Sdílet prostřednictvím


GraphSchema.Properties – vlastnost

Všechny GraphProperty objekty, které jsou registrovány v tomto schématu.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphSchema Třída

Microsoft.VisualStudio.GraphModel – obor názvů