ManagedCompiler.TargetType Propriedade
Definição
Obtém ou define o formato do arquivo de saída.Gets or sets the file format of the output file.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::String ^ TargetType { System::String ^ get(); void set(System::String ^ value); };
public string TargetType { get; set; }
member this.TargetType : string with get, set
Public Property TargetType As String
Valor da propriedade
O formato do arquivo de saída.The file format of the output file.
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.