AddInController.GetAddInController(Object) 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.
Obtains the controller for an add-in.
public:
static System::AddIn::Hosting::AddInController ^ GetAddInController(System::Object ^ addIn);
public static System.AddIn.Hosting.AddInController GetAddInController (object addIn);
static member GetAddInController : obj -> System.AddIn.Hosting.AddInController
Public Shared Function GetAddInController (addIn As Object) As AddInController
Parameters
- addIn
- Object
The host view of the add-in.
Returns
The controller for the add-in.
Remarks
The Activate methods return an object that represents the host's view of the add-in.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.