ManagedCompiler.DefineConstants Propriedade
Definição
Obtém ou define as constantes condicionais do compilador.Gets or sets the conditional compiler constants.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Valor da propriedade
As constantes condicionais do compilador.The conditional compiler constants.
Notas aos Herdeiros
Esta classe usa o atributo StrongNameIdentityPermissionAttribute e não pode ser herdada.This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.