GraphUpdatedEventArgs.ChangedGroups Property
Groups that had property or category changes.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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>
Property Value
Type: IEnumerable<GraphGroup>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.