共用方式為


Solution.GetIsolatedSolution 方法

定義

警告

This method no longer produces a Solution that does not share state and is no longer necessary to call.

先前,傳回與原始隔離的解決方案複本,使其不會共用計算狀態。 現在不會執行任何動作。

public:
 Microsoft::CodeAnalysis::Solution ^ GetIsolatedSolution();
public Microsoft.CodeAnalysis.Solution GetIsolatedSolution ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This method no longer produces a Solution that does not share state and is no longer necessary to call.", false)]
public Microsoft.CodeAnalysis.Solution GetIsolatedSolution ();
member this.GetIsolatedSolution : unit -> Microsoft.CodeAnalysis.Solution
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This method no longer produces a Solution that does not share state and is no longer necessary to call.", false)>]
member this.GetIsolatedSolution : unit -> Microsoft.CodeAnalysis.Solution
Public Function GetIsolatedSolution () As Solution

傳回

屬性

適用於