IVbcHostObject2.SetWin32Manifest(String) Method

Definition

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.

Applies to