다음을 통해 공유


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 네임스페이스