IVbcHostObject.Compile 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.
Compiles the project.
public:
bool Compile();
public bool Compile ();
abstract member Compile : unit -> bool
Public Function Compile () As Boolean
Returns
true
if the method was successful; otherwise, false
.