FindValueActivity.IDynamicPropertyTypeProvider.GetAccessType - Méthode
Retourne le type d'accès pour 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 GetAccessType ( _
serviceProvider As IServiceProvider, _
propertyName As String _
) As AccessTypes Implements IDynamicPropertyTypeProvider.GetAccessType
'Utilisation
Dim instance As FindValueActivity
Dim serviceProvider As IServiceProvider
Dim propertyName As String
Dim returnValue As AccessTypes
returnValue = CType(instance, IDynamicPropertyTypeProvider).GetAccessType(serviceProvider, _
propertyName)
AccessTypesIDynamicPropertyTypeProvider.GetAccessType(
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.Workflow.ComponentModel.Compiler.AccessTypes
Le niveau d'accès de la propriété spécifiée.
Implémentations
IDynamicPropertyTypeProvider.GetAccessType(IServiceProvider, String)
Remarques
Cette méthode lève un ArgumentNullException si serviceProvider ou propertyname est null . Cette méthode retourne toujours la valeur Read.
Voir aussi
Référence
Microsoft.SharePoint.WorkflowActions.WithKey - Espace de noms