RoslynCompilationContext.Compilation Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die für die CSharpCompilation aktuelle Quelldateikompilierung verwendete ab oder legt sie fest.
public:
property Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ Compilation { Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ get(); void set(Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ value); };
public Microsoft.CodeAnalysis.CSharp.CSharpCompilation Compilation { get; set; }
member this.Compilation : Microsoft.CodeAnalysis.CSharp.CSharpCompilation with get, set
Public Property Compilation As CSharpCompilation