SysVSProjectsExport Class [AX 2012]
The SysVSProjectsExport class provides a bridge for calling into the Microsoft.Dynamics.Framework.Design.VSInteractions.VSProjectsExport class from the kernel.
| Method | Description | |
|---|---|---|
| addLibrary | Adds a Microsoft Visual Studio project to the list of projects that will later be processed by the SysVSProjectsExport.EditProject method or build command. |
| areVSToolsInstalled | Checks whether Visual Studio Tools for Dynamics AX are currently installed. |
| build | Invokes the build on the projects that are added by the SysVSProjectsExport.AddLibrary method. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| editProject | Creates a new solution for a Visual Studio project and issues a request for the solution to be opened. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getLocalRepositoryFileName | Gets the full path of the local repository file name. |
| getLocalRepositoryFolder | Gets the local version control repository folder for the specified Microsoft Visual Studio project node. |
| getProjectDir | Gets the path of default Microsoft Visual Studio project directory. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the SysVSProjectsExport class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::handleClrException | Handles the CLR exception and displays it to the user. |
Community Additions
ADD
Show: