次の方法で共有


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 になる可能性があります。

適用対象