Sdílet prostřednictvím


SharePointCommandServices.GetProperties – metoda

Načte slovníku s vlastností dané součásti.

Obor názvů:  Microsoft.VisualStudio.SharePoint.Commands
Sestavení:  Microsoft.VisualStudio.SharePoint.Commands (v Microsoft.VisualStudio.SharePoint.Commands.dll)

Syntaxe

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

Parametry

  • component
    Typ: Object

    Součást, pro které chcete načíst slovník.

Vrácená hodnota

Typ: Dictionary<String, String>
Objekt reprezentující slovník vlastnosti součásti.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

SharePointCommandServices Třída

Microsoft.VisualStudio.SharePoint.Commands – obor názvů