Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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