GraphSchema::Owner Property

 

If this is a Document Schema, this owner points to the Graph that owns this schema.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property Graph^ Owner {
	Graph^ get();
	private: void set(Graph^ value);
}
Return to top
Show: