MarkupCompilePass1.RequirePass2ForMainAssembly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示專案是否包含參考內嵌至主要元件之本機類型的不可本地化 XAML 檔案。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
property bool RequirePass2ForMainAssembly { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Output]
public bool RequirePass2ForMainAssembly { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.RequirePass2ForMainAssembly : bool with get, set
Public Property RequirePass2ForMainAssembly As Boolean
屬性值
true
如果專案包含不可本地化的 XAML 檔案,則參考內嵌至主要元件的本機類型。;否則為 false
。
- 屬性