ITableDataSink.IsStable 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.
Indicates whether the results reported to the sink are stable.
public:
property bool IsStable { bool get(); void set(bool value); };
public:
property bool IsStable { bool get(); void set(bool value); };
public bool IsStable { get; set; }
member this.IsStable : bool with get, set
Public Property IsStable As Boolean
Property Value
Returns Boolean.
Remarks
This property should be set to false whenever the source supplying the sink is likely to be posting changes frequently. It should be set to true when no changes are expected. For example, setting this to false at the start of a build and to true when the build has completed.
This flag has no effect of the behavior of the sink itself but the table control displaying data associated with the sink may display some type of "working" UI to indicate that the results are likely to change.