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

반환

특성

적용 대상