AddIn Members

Include Protected Members
Include Inherited Members

Represents an add-in listed in the Add-In Manager dialog box and provides information about an add-in to other add-in objects.

The AddIn type exposes the following members.

Methods

 

Name

Description

Public method

Remove

Removes the add-in from the collection of add-ins and makes it unavailable.

Top

Properties

 

Name

Description

Public property

Collection

Returns the collection containing the AddIn object that supports this property.

Public property

Connected

Gets or sets a value indicating whether an add-in is loaded and connected.

Public property

Description

Gets or sets a string that represents the description for the AddIn object.

Public property

DTE

Gets the top-level extensibility object.

Public property

Guid

Gets the GUID for the AddIn object.

Public property

Name

Gets the name of the AddIn object.

Public property

Object

Sets or gets the object supporting the specified AddIn object.

Public property

ProgID

Gets the ProgID based on the add-in's registry entry.

Public property

SatelliteDllPath

Gets the location of a DLL containing localized resources, if available.

Top

See Also

Reference

AddIn Interface

EnvDTE Namespace