Partager via


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

Voir aussi

Référence

ISharePointConnection Interface

ExecuteCommand, surcharge

Microsoft.VisualStudio.SharePoint, espace de noms