IVstaHelper.Initalize(String, 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.
Initializes the project with default code and settings based on the applied configuration.
public:
bool Initalize(System::String ^ appName, bool supportDebug);
public bool Initalize (string appName, bool supportDebug);
abstract member Initalize : string * bool -> bool
Public Function Initalize (appName As String, supportDebug As Boolean) As Boolean
Parameters
- appName
- String
The name of the project.
- supportDebug
- Boolean
true to support debugging; otherwise, false.
Returns
true if the initialization succeeded; otherwise, false.