CompilationFailure.CompiledContent Eigenschaft

Definition

Inhalt, der kompiliert wird.

public:
 property System::String ^ CompiledContent { System::String ^ get(); };
public string CompiledContent { get; }
public string? CompiledContent { get; }
member this.CompiledContent : string
Public ReadOnly Property CompiledContent As String

Eigenschaftswert

Hinweise

Bei Vorlagendateien stellt den SourceFileContent ursprünglichen Inhalt und CompiledContent den transformierten Inhalt dar. Diese Eigenschaft kann NULL sein, wenn die Ausnahme während der Transformation auftritt.

Gilt für: