IGraphProvider.Schema Property

Definition

Describes the types of node and link categories produced by this provider, Where each Node in the graph is the Id of a Node Category and each link between the nodes describes the type of navigations possible between nodes. Can return null, but implementing it allows for optimizing the calls to the provider.

public:
 property Microsoft::VisualStudio::GraphModel::Graph ^ Schema { Microsoft::VisualStudio::GraphModel::Graph ^ get(); };
public Microsoft.VisualStudio.GraphModel.Graph Schema { get; }
member this.Schema : Microsoft.VisualStudio.GraphModel.Graph
Public ReadOnly Property Schema As Graph

Property Value

Applies to