Graph.GetDocumentSchema Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overridable Function GetDocumentSchema As GraphSchema
public virtual GraphSchema GetDocumentSchema()
public:
virtual GraphSchema^ GetDocumentSchema()
abstract GetDocumentSchema : unit -> GraphSchema
override GetDocumentSchema : unit -> GraphSchema
public function GetDocumentSchema() : GraphSchema
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphSchema
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.