Sdílet prostřednictvím


GraphPropertyCollection.Properties – vlastnost

Získá GraphProperties

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

Syntaxe

'Deklarace
Public ReadOnly Property Properties As Dictionary(Of String, GraphProperty)
public Dictionary<string, GraphProperty> Properties { get; }
public:
property Dictionary<String^, GraphProperty^>^ Properties {
    Dictionary<String^, GraphProperty^>^ get ();
}
member Properties : Dictionary<string, GraphProperty> with get
function get Properties () : Dictionary<String, GraphProperty>

Hodnota vlastnosti

Typ: Dictionary<String, GraphProperty>
GraphProperties

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphPropertyCollection Třída

Microsoft.VisualStudio.GraphModel – obor názvů