WorkspaceVisualNodeBase.Invalidate Method
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.
invalidate the children collection. Note that this does not trigger an refresh, it will just indicate that the node is out of sync.
public:
long Invalidate();
public:
long long Invalidate();
long Invalidate();
public long Invalidate ();
member this.Invalidate : unit -> int64
Public Function Invalidate () As Long
Returns
the invalidation count, it can be used to compare with ValidateCounter to determine if the change that caused invalidation is processed