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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.