Graph.DocumentSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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