Graph.AllGroups 属性

定义

图形中的每个组,不管可见性或嵌套

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

属性值

IEnumerable<GraphGroup>

适用于