Freigeben über


GraphCategoryCollection.Schema-Eigenschaft

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Property Schema As GraphSchema
public GraphSchema Schema { get; private set; }
public:
property GraphSchema^ Schema {
    GraphSchema^ get ();
    private: void set (GraphSchema^ value);
}
member Schema : GraphSchema with get, private set
function get Schema () : GraphSchema 
private function set Schema (value : GraphSchema)

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphSchema
Gibt GraphSchema zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCategoryCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace