Partager via


GraphSchema.Properties, propriété

Tous les objets de GraphProperty stockés avec ce schéma.

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

Syntaxe

'Déclaration
Public Property Properties As GraphPropertyCollection
public GraphPropertyCollection Properties { get; private set; }
public:
property GraphPropertyCollection^ Properties {
    GraphPropertyCollection^ get ();
    private: void set (GraphPropertyCollection^ value);
}
member Properties : GraphPropertyCollection with get, private set
function get Properties () : GraphPropertyCollection
private function set Properties (value : GraphPropertyCollection)

Valeur de propriété

Type : Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

Sécurité .NET Framework

Voir aussi

Référence

GraphSchema Classe

Microsoft.VisualStudio.GraphModel, espace de noms