CompilationFailure.CompiledContent プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンパイル中のコンテンツ。
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 になる可能性があります。