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
)
パラメーター
operation
型: Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeフィールド演算子の操作の種類を指定します。
matchType
型: Microsoft.Office.Project.Server.Library.Filter.MatchTypeフィールド演算子の一致の種類を指定します。
customFieldGuid
型: System.Guidユーザー設定フィールドの GUID を指定します。
propertyType
型: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnum型を指定する列挙体です。
operands
型: []フィールド演算子のオペランドのコレクションです。