Graph.VisibleTopLevelGroups 属性

定义

返回可见的顶层组 ("节点。IsVisible = = true) 。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ VisibleTopLevelGroups { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> VisibleTopLevelGroups { get; }
member this.VisibleTopLevelGroups : seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public ReadOnly Property VisibleTopLevelGroups As IEnumerable(Of GraphGroup)

属性值

IEnumerable<GraphGroup>

适用于