Propriedade GraphPropertyCollection.Properties

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

GraphPropertyCollection Classe

Namespace Microsoft.VisualStudio.GraphModel