Graph.VisibleOrphanNodes 属性

获取不是任何GraphGroup的子级的所有可见的节点。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

Graph 类

Microsoft.VisualStudio.GraphModel 命名空间