IVbcHostObject.SetTargetCompactFramework(Boolean) Method

Definition

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.

Applies to