ProxyContext.IsMethodBlocked - Méthode
Renvoie si une opération de méthode a été bloquée par un administrateur à utiliser dans les demandes de modèle d'objet client.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Function IsMethodBlocked ( _
typeId As Guid, _
methodName As String _
) As Boolean
'Utilisation
Dim instance As ProxyContext
Dim typeId As Guid
Dim methodName As String
Dim returnValue As Boolean
returnValue = instance.IsMethodBlocked(typeId, _
methodName)
public bool IsMethodBlocked(
Guid typeId,
string methodName
)
Paramètres
typeId
Type : System.GuidL'identificateur de type du type qui contient la méthode à vérifier.
methodName
Type : System.StringLe nom de la méthode. Ce paramètre ne doit pas être une référence Null (Rien dans Visual Basic).
Valeur renvoyée
Type : System.Boolean
true si la méthode ne peut pas être appelé ; dans le cas contraire, false.