Graph.DocumentSchema Property

Definition

Get The document schema of the Graph which contains all properties and categories discovered by serializer that were not already defined in a schema registered via AddSchema. Does not return null.

public:
 virtual property Microsoft::VisualStudio::GraphModel::GraphSchema ^ DocumentSchema { Microsoft::VisualStudio::GraphModel::GraphSchema ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public override Microsoft.VisualStudio.GraphModel.GraphSchema DocumentSchema { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.DocumentSchema : Microsoft.VisualStudio.GraphModel.GraphSchema
Public Overrides ReadOnly Property DocumentSchema As GraphSchema

Property Value

Attributes

Applies to