Graph.VisibleNodes 属性

返回可见的节点 (node.IsVisible == true)。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

Graph 类

Microsoft.VisualStudio.GraphModel 命名空间