Workspace.SetCurrentSolution(Solution) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
CurrentSolution設定此工作區的 。 這個方法不會引發 WorkspaceChanged 事件。
protected:
Microsoft::CodeAnalysis::Solution ^ SetCurrentSolution(Microsoft::CodeAnalysis::Solution ^ solution);
protected Microsoft.CodeAnalysis.Solution SetCurrentSolution (Microsoft.CodeAnalysis.Solution solution);
member this.SetCurrentSolution : Microsoft.CodeAnalysis.Solution -> Microsoft.CodeAnalysis.Solution
Protected Function SetCurrentSolution (solution As Solution) As Solution
參數
- solution
- Solution
傳回
備註
這個方法不保證連結的檔案會有相同的內容。 呼叫端應該先強制執行該原則,再傳入新的解決方案。