GraphSchema.Owner 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.
If this is a Document Schema then this owner points to the Graph that owns this schema.
public:
property Microsoft::VisualStudio::GraphModel::Graph ^ Owner { Microsoft::VisualStudio::GraphModel::Graph ^ get(); };
public Microsoft.VisualStudio.GraphModel.Graph Owner { get; }
member this.Owner : Microsoft.VisualStudio.GraphModel.Graph
Public ReadOnly Property Owner As Graph