GraphNodeCollection.Containers 属性

返回包含的所有节点均为容器的枚举。

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

语法

声明
Public ReadOnly Property Containers As IEnumerable(Of GraphNode)
    Get
public IEnumerable<GraphNode> Containers { get; }
public:
property IEnumerable<GraphNode^>^ Containers {
    IEnumerable<GraphNode^>^ get ();
}
member Containers : IEnumerable<GraphNode>
function get Containers () : IEnumerable<GraphNode>

属性值

类型:System.Collections.Generic.IEnumerable<GraphNode>

.NET Framework 安全性

请参见

参考

GraphNodeCollection 类

Microsoft.VisualStudio.GraphModel 命名空间