Partager via


ISharePointConnection.ExecuteCommand<T>, méthode (String, T)

Exécute la commande SharePoint avec l'identificateur et le type de paramètre spécifiés.

Espace de noms :  Microsoft.VisualStudio.SharePoint
Assembly :  Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Déclaration
Sub ExecuteCommand(Of T) ( _
    commandId As String, _
    arg As T _
)
void ExecuteCommand<T>(
    string commandId,
    T arg
)

Paramètres de type

  • T
    Type de paramètre de la commande SharePoint à exécuter.Il doit s'agir d'un type qui peut être sérialisé par Windows Communication Foundation (WCF).

Paramètres

  • commandId
    Type : System.String
    Identificateur de la commande SharePoint à exécuter.
  • arg
    Type : T
    Argument à passer à la commande SharePoint.

Exceptions

Exception Condition
InvalidOperationException

Le type de paramètre de la commande SharePoint ne correspond pas au type T.

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 a un paramètre personnalisé mais aucune valeur de retour.Pour plus d'informations, consultez Comment : créer une commande SharePoint et Comment : exécuter une commande SharePoint.

Pour plus d'informations sur les types qui peuvent être sérialisés par Windows Communication Foundation (WCF), consultez Types Supported by the Data Contract Serializer et Using the XmlSerializer Class.

Sécurité .NET Framework

Voir aussi

Référence

ISharePointConnection Interface

ExecuteCommand, surcharge

Microsoft.VisualStudio.SharePoint, espace de noms