Condividi tramite


Proprietà IGraphContext.TrackChanges

True se il contesto del grafico desidera continuare a essere informati delle modifiche ai nodi di output.

Il metodo cancel interrompe questa verifica.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
ReadOnly Property TrackChanges As Boolean
bool TrackChanges { get; }
property bool TrackChanges {
    bool get ();
}
abstract TrackChanges : bool
function get TrackChanges () : boolean

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGraphContext Interfaccia

Spazio dei nomi Microsoft.VisualStudio.GraphModel