IVbcHostObject.SetTargetType(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 the file format of the output file.
public:
bool SetTargetType(System::String ^ targetType);
public bool SetTargetType (string targetType);
abstract member SetTargetType : string -> bool
Public Function SetTargetType (targetType As String) As Boolean
- targetType
- String
The file format of the output file. This value can be library
, exe
, module
, or winexe
.
true
if the method was successful; otherwise, false
.