GraphUpdatedEventArgs.ChangedGroups 属性

具有特性或类更改的组。

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

语法

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

属性值

类型:IEnumerable<GraphGroup>

.NET Framework 安全性

请参阅

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间