ISharePointConnection.ExecuteCommand, méthode (String)
Exécute la commande SharePoint avec l'identificateur spécifié.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Sub ExecuteCommand ( _
commandId As String _
)
void ExecuteCommand(
string commandId
)
Paramètres
- commandId
Type : System.String
Identificateur de la commande SharePoint à exécuter.
Exceptions
Exception | Condition |
---|---|
SharePointConnectionException | Une erreur s'est produite en se connectant à SharePoint. |
ArgumentOutOfRangeException | commandId ne correspond pas à une commande SharePoint disponible. |
SharePointCommandException | Une exception a été levée par la commande SharePoint. |
Notes
Utilisez cette méthode pour exécuter une commande SharePoint qui n'a ni paramètre personnalisé ni valeur de retour.Pour plus d'informations, consultez Comment : créer une commande SharePoint et Comment : exécuter une commande SharePoint.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.