IHasGraphOwner Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
An interface for objects that have an owning Graph object.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Interface IHasGraphOwner
public interface IHasGraphOwner
public interface class IHasGraphOwner
type IHasGraphOwner = interface end
public interface IHasGraphOwner
The IHasGraphOwner type exposes the following members.
Properties
Name | Description | |
---|---|---|
Owner | Gets the Graph that this object belongs to. |
Top