GraphPropertyCollection.Properties (Propiedad)

Obtiene el GraphProperties

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

Sintaxis

'Declaración
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>
function get Properties () : Dictionary<String, GraphProperty>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GraphPropertyCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)