Filter.FieldOperator - Constructeur (Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, Object[])
Instancie un objet FieldOperator pour un champ personnalisé, avec le type d'opération de champ, type de correspondance, GUID de champ personnalisé, type de propriété et de collection des opérandes.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Sub New ( _
operation As Filter.FieldOperationType, _
matchType As Filter.MatchType, _
customFieldGuid As Guid, _
propertyType As Filter.PropertyTypeEnum, _
ParamArray operands As Object() _
)
'Utilisation
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
)
Paramètres
operation
Type : Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeLe type d'opération de l'opérateur de champ.
matchType
Type : Microsoft.Office.Project.Server.Library.Filter.MatchTypeLe type de correspondance pour l'opérateur de champ.
customFieldGuid
Type : System.GuidLe GUID pour le champ personnalisé.
propertyType
Type : Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnumÉnumération qui spécifie un type.
operands
Type : []Collection des opérandes de l'opérateur de champ.
Voir aussi
Référence
Filter.FieldOperator - Membres