IVbcHostObject4.SetVBRuntime(String) 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.
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
.