Condividi tramite


Proprietà GraphPropertyCollection.Properties

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<String, GraphProperty>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphPropertyCollection Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel