CompilerParameters.Win32Resource 属性

定义

获取或设置要链接到已编译程序集中的 Win32 资源文件的文件名。

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

属性值

要链接到已编译程序集中的 Win32 资源文件。

注解

通过此属性链接文件类似于/winres许多.NET Framework编译器支持的 和 /winresource 命令行参数。

使用 Win32Resource 将 Win32 资源文件编译到程序集中。 使用 EmbeddedResourcesLinkedResources 对.NET Framework资源文件进行编译。

并非所有编译器都支持 Win32 资源文件,因此,在链接资源文件之前,应先测试此支持的代码生成器,方法是使用 标志Win32Resources调用 Supports 方法。

适用于

另请参阅