GraphObject.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 local schema from the Owner of this graph.
public:
virtual property Microsoft::VisualStudio::GraphModel::GraphSchema ^ DocumentSchema { Microsoft::VisualStudio::GraphModel::GraphSchema ^ get(); };
public virtual Microsoft.VisualStudio.GraphModel.GraphSchema DocumentSchema { get; }
member this.DocumentSchema : Microsoft.VisualStudio.GraphModel.GraphSchema
Public Overridable ReadOnly Property DocumentSchema As GraphSchema