GraphPropertyCollection.Properties Propriedade

Definição

Obtém o elemento GraphProperties

public:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,Microsoft.VisualStudio.GraphModel.GraphProperty> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, Microsoft.VisualStudio.GraphModel.GraphProperty>
Public ReadOnly Property Properties As Dictionary(Of String, GraphProperty)

Valor da propriedade

Dictionary<String,GraphProperty>

O elemento GraphProperties

Aplica-se a