IVbcHostObject4.SetVBRuntime(String) Method

Definition

Defines an interface for the Vbc task to communicate with the IDE. In particular, the Vbc task will delegate the actual compilation to the IDE, rather than shelling out to the command line compiler.

public:
 bool SetVBRuntime(System::String ^ VBRuntime);
public bool SetVBRuntime (string VBRuntime);
abstract member SetVBRuntime : string -> bool
Public Function SetVBRuntime (VBRuntime As String) As Boolean

Parameters

VBRuntime
String

The name of the Visual Basic Runtime Library.

Returns

true if the method succeeds; otherwise, false.

Applies to