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

戻り値

属性

適用対象