IVbcHostObject2.SetWin32Manifest(String) Method
Definition
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.
Sets a Win32 manifest to use.
public:
bool SetWin32Manifest(System::String ^ win32Manifest);
public bool SetWin32Manifest (string win32Manifest);
abstract member SetWin32Manifest : string -> bool
Public Function SetWin32Manifest (win32Manifest As String) As Boolean
Parameters
- win32Manifest
- String
The Win32 manifest.
Returns
true
if the method was successful; otherwise, false
.