CompilationFailure.CompiledContent 属性

定义

正在编译的内容。

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

属性值

注解

对于模板化文件, SourceFileContent 表示原始内容, 表示 CompiledContent 转换后的内容。 如果在转换过程中遇到异常,此属性可以为 null。

适用于