Partager via


GraphPropertyCollection.Properties, propriété

Obtient les GraphProperties

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

GraphPropertyCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms