ICscHostObject.SetWin32Resource(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a Win32 resource (.res) file to insert into the output file.
public:
bool SetWin32Resource(System::String ^ win32Resource);
public bool SetWin32Resource (string win32Resource);
abstract member SetWin32Resource : string -> bool
Public Function SetWin32Resource (win32Resource As String) As Boolean
- win32Resource
- String
A Win32 resource (.res) file to insert into the output file.
true
if the method was successful; otherwise, false
.