Workspace.ClearSolutionData 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.
This method is called when a solution is cleared.
Override this method if you want to do additional work when a solution is cleared. Call the base method at the end of your method.
This method is called while a lock is held. Be very careful when overriding as innapropriate work can cause deadlocks.
protected:
virtual void ClearSolutionData();
protected virtual void ClearSolutionData ();
abstract member ClearSolutionData : unit -> unit
override this.ClearSolutionData : unit -> unit
Protected Overridable Sub ClearSolutionData ()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.