IHasGraphOwner Interface

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
Public property Owner Gets the Graph that this object belongs to.

Top

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace