Freigeben über


Project.TryGetCompilation(Compilation) Methode

Definition

Versucht, den Cache für dieses Projekt abzurufen, wenn es bereits erstellt wurde und noch zwischengespeichert Compilation wird. In fast allen Fällen sollten Sie aufrufen GetCompilationAsync(CancellationToken) , die entweder den Zwischenspeicher Compilation zurückgeben oder andernfalls ein neues erstellen.

public:
 bool TryGetCompilation([Runtime::InteropServices::Out] Microsoft::CodeAnalysis::Compilation ^ % compilation);
public bool TryGetCompilation (out Microsoft.CodeAnalysis.Compilation compilation);
public bool TryGetCompilation (out Microsoft.CodeAnalysis.Compilation? compilation);
member this.TryGetCompilation : Compilation -> bool
Public Function TryGetCompilation (ByRef compilation As Compilation) As Boolean

Parameter

compilation
Compilation

Gibt zurück

Gilt für: