IGraphContext.Graph 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.
The graph that new data will be added to.
public:
property Microsoft::VisualStudio::GraphModel::Graph ^ Graph { Microsoft::VisualStudio::GraphModel::Graph ^ get(); void set(Microsoft::VisualStudio::GraphModel::Graph ^ value); };
public Microsoft.VisualStudio.GraphModel.Graph Graph { get; set; }
member this.Graph : Microsoft.VisualStudio.GraphModel.Graph with get, set
Public Property Graph As Graph