AddInTokenExtensions.Activate Method
Include Protected Members
Include Inherited Members
Activates an add-in by using an add-in token.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Activate<T>(AddInToken, AddInInformation)
Returns an IEntryPoint for the AddInToken instance by specifying the add-in token and the AddInInformation.
Activate(AddInToken, AddInInformation, IServiceProvider)
Returns an IEntryPoint for the AddInToken instance by specifying the add-in token, the AddInInformation, and the IServiceProvider.
Top