Solution.GetIsolatedSolution Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This method no longer produces a Solution that does not share state and is no longer necessary to call.
Sebelumnya, mengembalikan salinan solusi yang diisolasi dari aslinya sehingga mereka tidak berbagi status komputasi. Sekarang tidak melakukan apa-apa.
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
Mengembalikan
- Atribut