IVbcHostObject.SetTargetCompactFramework(Boolean) 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.
Specifies a value indicating whether to target the .NET Compact Framework.
public:
bool SetTargetCompactFramework(bool targetCompactFramework);
public bool SetTargetCompactFramework (bool targetCompactFramework);
abstract member SetTargetCompactFramework : bool -> bool
Public Function SetTargetCompactFramework (targetCompactFramework As Boolean) As Boolean
Parameters
- targetCompactFramework
- Boolean
true
to target the .NET Compact Framework; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.