ManagedCompiler.Win32Resource Propriedade

Definição

Obtém ou define um arquivo de recurso do Win32 (.res) a ser inserido no arquivo de saída.Gets or sets a Win32 resource (.res) file to insert in 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 ^ Win32Resource { System::String ^ get(); void set(System::String ^ value); };
public string Win32Resource { get; set; }
member this.Win32Resource : string with get, set
Public Property Win32Resource As String

Valor da propriedade

String

O arquivo de recurso do Win32 (. res) para inserir no arquivo de saída.The Win32 resource (.res) file to insert in 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.

Aplica-se a