Udostępnij za pośrednictwem


Właściwość GraphSchema.Properties —

Wszystkie GraphProperty obiekty, które są zarejestrowane z tego schematu.

Przestrzeń nazw:  Microsoft.VisualStudio.GraphModel
Zestaw:  Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

GraphSchema Klasa

Przestrzeń nazw Microsoft.VisualStudio.GraphModel