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。