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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.