MarkupCompilePass1.DefineConstants Property

Definition

Gets or sets a value that specifies whether the current value of DefineConstants is kept.

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

public:
 property System::String ^ DefineConstants { System::String ^ get(); void set(System::String ^ value); };
public string DefineConstants { get; set; }
member this.DefineConstants : string with get, set
Public Property DefineConstants As String

Property Value

Specifies whether the current value of DefineConstants is kept, which affects target assembly generation; if this parameter is changed, the public API in the target assembly may be changed and the compilation of XAML files that reference local types may be affected.

Applies to