Partilhar via


Método SharePointCommandServices.GetProperties

Recupera um dicionário com propriedades para o componente especificado.

Namespace:  Microsoft.VisualStudio.SharePoint.Commands
Assembly:  Microsoft.VisualStudio.SharePoint.Commands (em Microsoft.VisualStudio.SharePoint.Commands.dll)

Sintaxe

'Declaração
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
    O componente para o qual deseja recuperar o dicionário.

Valor de retorno

Tipo: System.Collections.Generic.Dictionary<String, String>
Um objeto que representa um dicionário de propriedades do componente.

Segurança do .NET Framework

Consulte também

Referência

SharePointCommandServices Classe

Namespace Microsoft.VisualStudio.SharePoint.Commands