IGraphProvider.Schema Property
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
ReadOnly Property Schema As Graph
Graph Schema { get; }
property Graph^ Schema {
Graph^ get ();
}
abstract Schema : Graph with get
function get Schema () : Graph
Property Value
Type: Microsoft.VisualStudio.GraphModel.Graph
Returns Graph.
.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.