GraphLinkCollection.Owner 属性

获取与此链接集合关联的图。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public ReadOnly Property Owner As Graph
public Graph Owner { get; }
public:
virtual property Graph^ Owner {
    Graph^ get () sealed;
}
abstract Owner : Graph with get 
override Owner : Graph with get
final function get Owner () : Graph

属性值

类型:Microsoft.VisualStudio.GraphModel.Graph

实现

IHasGraphOwner.Owner

.NET Framework 安全性

请参阅

参考

GraphLinkCollection 类

Microsoft.VisualStudio.GraphModel 命名空间