MarkupCompilePass1.DefineConstants 属性

定义

获取或设置指定是否保留 DefineConstants 的当前值的值。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

指定是否保留 DefineConstants 的当前值,这会影响目标程序集的生成;如果更改此参数,则可能会更改目标程序集中的公共 API,并且引用本地类型的 XAML 文件的编译可能会受到影响。

适用于