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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.