FindValueActivity.IDynamicPropertyTypeProvider.GetPropertyType - Méthode
Retourne le type d'accès de la propriété spécifiée.
Espace de noms : Microsoft.SharePoint.WorkflowActions.WithKey
Assembly : Microsoft.SharePoint.WorkflowActions (dans Microsoft.SharePoint.WorkflowActions.dll)
Syntaxe
'Déclaration
Private Function GetPropertyType ( _
serviceProvider As IServiceProvider, _
propertyName As String _
) As Type Implements IDynamicPropertyTypeProvider.GetPropertyType
'Utilisation
Dim instance As FindValueActivity
Dim serviceProvider As IServiceProvider
Dim propertyName As String
Dim returnValue As Type
returnValue = CType(instance, IDynamicPropertyTypeProvider).GetPropertyType(serviceProvider, _
propertyName)
TypeIDynamicPropertyTypeProvider.GetPropertyType(
IServiceProvider serviceProvider,
string propertyName
)
Paramètres
serviceProvider
Type : System.IServiceProviderUn objet qui peut fournir un accès aux services au moment du design.
propertyName
Type : System.StringNom de la propriété.
Valeur renvoyée
Type : System.Type
Le type de la propriété spécifiée.
Implémentations
IDynamicPropertyTypeProvider.GetPropertyType(IServiceProvider, String)
Remarques
Cette méthode est utilisée au moment de la compilation pour vérifier si les propriétés sont correctement liées à une autre. Sans cette interface, les informations sont obtenues directement à partir des accesseurs de la propriété get et set .
Voir aussi
Référence
Microsoft.SharePoint.WorkflowActions.WithKey - Espace de noms