SharePointCommandServices.GetProperties (Método)

Recupera un diccionario con las propiedades del componente especificado.

Espacio de nombres:  Microsoft.VisualStudio.SharePoint.Commands
Ensamblado:  Microsoft.VisualStudio.SharePoint.Commands (en Microsoft.VisualStudio.SharePoint.Commands.dll)

Sintaxis

'Declaración
Public Shared Function GetProperties ( _
    component As Object _
) As Dictionary(Of String, String)
public static Dictionary<string, string> GetProperties(
    Object component
)

Parámetros

  • component
    Tipo: System.Object
    Componente para el que se va a recuperar el diccionario.

Valor devuelto

Tipo: System.Collections.Generic.Dictionary<String, String>
Un objeto que representa un diccionario de propiedades de componente.

Seguridad de .NET Framework

Vea también

Referencia

SharePointCommandServices Clase

Microsoft.VisualStudio.SharePoint.Commands (Espacio de nombres)