IGraphContext.TrackChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the graph context wants to continue to be informed of changes to the output nodes. The Cancel method stops this tracking.
public:
property bool TrackChanges { bool get(); };
public bool TrackChanges { get; }
member this.TrackChanges : bool
Public ReadOnly Property TrackChanges As Boolean