|
ActivateProjectHostItemEventArgs |
Provides data for the ActivateProjectHostItem event. |
|
AddedComReference |
Represents a COM reference (a COM DLL) that was added to a Visual Studio Tools for Applications add-in project. |
|
AddedManagedReference |
Represents an assembly reference that was added to a Visual Studio Tools for Applications add-in project. |
|
AddedReference |
Represents a reference that was added to a Visual Studio Tools for Applications add-in project. |
|
DocumentSavedEventArgs |
Provides data for the DocumentSaved event. |
|
DuplicateHostPropertyException |
The exception that is thrown when the <HostProperties> section of the project file contains multiple host properties that have the same name. |
|
ExtenderException |
The exception that is thrown when the HostAdapter could not be obtained through Project.Extender. |
|
ExternalDebugging |
Provides methods for registering a debugging channel between the host application and Visual Studio Tools for Applications. The channel is used for non-destructive debugging that uses an existing instance of the host application or that starts a new instance of the host application. |
|
ExternalDebugHelper |
Infrastructure. |
|
HostAdapter |
Provides an extension to the Visual Studio object model for Visual Studio Tools for Applications projects and enables the host application to access and customize the Visual Studio Tools for Applications project. |
|
HostAdapterEventsWrapper |
Acts as a driver and wrapper for host adapter events. |
|
HostUpgradeHelper |
Infrastructure. |
|
InProcessHostException |
The exception that is thrown when an error occurs while the in-process host is being created. |
|
InvalidEditorException |
The exception that is thrown when an attempt is made to write to a host item code file that is open in an editor that does not support the CodeDOM (such as an XML editor). |
|
InvalidPropertyException |
The exception that is thrown when the property name specified as a parameter of the GetProperty method is not valid. |
|
ParseException |
The exception that is thrown when the integrated development environment is unable to parse code that is written by the AddMethod or AddEventHandler methods. |
|
ProjectClosingEventArgs |
Provides data for the ProjectClosing event. |
|
ProjectHostItem |
Represents the host item in the Visual Studio Tools for Applications project, which appears as a code file in Project Explorer. |
|
ProjectHostItemCollection |
Represents a collection of ProjectHostItem objects in the Visual Studio Tools for Applications project. |
|
ProjectHostItemEnumerator |
Iterates through a ProjectHostItemCollection. |
|
RemovedReference |
Represents a reference that was removed from a Visual Studio Tools for Applications add-in project. |
|
UpdatedBaseType |
Represents the new base host proxy class and new base Visual Studio Tools for Applications runtime interface used for upgrading a Visual Studio Tools for Applications project to the current version. |
|
VstaUpgradeHelperException |
Infrastructure. |