Sdílet prostřednictvím


GraphUpdatedEventArgs.ChangedSetters – vlastnost

Získá nastavení v tomto grafu změnit během transakce.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Public ReadOnly Property ChangedSetters As IEnumerable(Of GraphSetter)
public IEnumerable<GraphSetter> ChangedSetters { get; }
public:
property IEnumerable<GraphSetter^>^ ChangedSetters {
    IEnumerable<GraphSetter^>^ get ();
}
member ChangedSetters : IEnumerable<GraphSetter> with get
function get ChangedSetters () : IEnumerable<GraphSetter>

Hodnota vlastnosti

Typ: IEnumerable<GraphSetter>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphUpdatedEventArgs Třída

Microsoft.VisualStudio.GraphModel – obor názvů