MarkupCompilePass1.RequirePass2ForSatelliteAssembly Property

Definition

Gets or sets a value that indicates whether the project contains localizable XAML files that reference local types that are embedded in the satellite assembly.

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

public:
 property bool RequirePass2ForSatelliteAssembly { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Output]
public bool RequirePass2ForSatelliteAssembly { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.RequirePass2ForSatelliteAssembly : bool with get, set
Public Property RequirePass2ForSatelliteAssembly As Boolean

Property Value

true if the p project contains localizable XAML files that reference local types that are embedded in the satellite assembly; otherwise, false.

Attributes

Applies to