Share via


CodeSchema.Schema Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphSchema
Returns GraphSchema.

.NET Framework Security

See Also

Reference

CodeSchema Class

Microsoft.VisualStudio.GraphModel.Schemas Namespace