Partager via


SharePointCommandServices.GetProperties, méthode

Récupère un dictionnaire contenant les propriétés du composant spécifié.

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

Syntaxe

'Déclaration
Public Shared Function GetProperties ( _
    component As Object _
) As Dictionary(Of String, String)
public static Dictionary<string, string> GetProperties(
    Object component
)

Paramètres

  • component
    Type : System.Object
    Composant pour lequel le dictionnaire doit être récupéré.

Valeur de retour

Type : System.Collections.Generic.Dictionary<String, String>
Objet représentant un dictionnaire des propriétés de composant.

Sécurité .NET Framework

Voir aussi

Référence

SharePointCommandServices Classe

Microsoft.VisualStudio.SharePoint.Commands, espace de noms