次の方法で共有


Filter.FieldOperator コンストラクター (Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, Object[])

フィールドの操作の種類、一致の種類、ユーザー設定フィールド GUID、プロパティの型、およびオペランドのコレクションで、ユーザー設定のフィールドには、 FieldOperatorオブジェクトのインスタンスを作成します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public Sub New ( _
    operation As Filter.FieldOperationType, _
    matchType As Filter.MatchType, _
    customFieldGuid As Guid, _
    propertyType As Filter.PropertyTypeEnum, _
    ParamArray operands As Object() _
)
'使用
Dim operation As Filter.FieldOperationType
Dim matchType As Filter.MatchType
Dim customFieldGuid As Guid
Dim propertyType As Filter.PropertyTypeEnum
Dim operands As Object()

Dim instance As New Filter.FieldOperator(operation, _
    matchType, customFieldGuid, propertyType, _
    operands)
public FieldOperator(
    Filter.FieldOperationType operation,
    Filter.MatchType matchType,
    Guid customFieldGuid,
    Filter.PropertyTypeEnum propertyType,
    params Object[] operands
)

パラメーター

  • customFieldGuid
    型: System.Guid

    ユーザー設定フィールドの GUID を指定します。

  • operands
    型: []

    フィールド演算子のオペランドのコレクションです。

関連項目

参照先

Filter.FieldOperator クラス

Filter.FieldOperator メンバー

Filter.FieldOperator オーバーロード

Microsoft.Office.Project.Server.Library 名前空間