共用方式為


MarkupCompilePass1.RequirePass2ForMainAssembly 屬性

定義

取得或設定值,這個值表示專案是否包含參考內嵌至主要元件之本機類型的不可本地化 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

屬性

適用於