MarkupCompilePass1.DefineConstants Proprietà

Definizione

Ottiene o imposta un valore che specifica se il valore corrente di DefineConstants viene mantenuto.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

Specifica se il valore corrente di DefineConstants viene mantenuto, che influisce sulla generazione di assembly di destinazione; se questo parametro viene modificato, l'API pubblica nell'assembly di destinazione può essere modificata e la compilazione di file XAML che fanno riferimento a tipi locali potrebbe essere interessata.

Si applica a