CompilationFailure.CompiledContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contents being compiled.
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
Property Value
Remarks
For templated files, the SourceFileContent represents the original content and CompiledContent represents the transformed content. This property can be null if the exception is encountered during transformation.