Initializes the UI plugin.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
- PluginSite
- The site object provided by the hosting environment. All communications with the hosting environment happen through the site object.
OnStartup method is called by the hosting environment when a User Interface plugin is loaded or activated. The hosting environment passes the site object to the plugin to allow the plugin communicate with the hosting environment.





