MarkupCompilePass1.RequirePass2ForMainAssembly Property

Definition

Gets or sets a value that indicates whether the project contains non-localizable XAML files that reference local types that are embedded into the main assembly.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

true if project contains non-localizable XAML files that reference local types that are embedded into the main assembly.; otherwise, false.

Attributes

Applies to