PluginComponent.OnInit Method (Windows Embedded CE 6.0)

1/5/2010

Override this function to initialize the plug-in by creating the data objects/views and adding them to the data array, and creating the nodes to display in the Remote Tools Shell TreeView.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

protected virtual void OnInit ()
'Declaration
Protected Overridable Sub OnInit

Remarks

This method is called on the primary UI thread. Do not do anything in this method that is time consuming, as it will make the user interface unresponsive.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PluginComponent Class
PluginComponent Members
Microsoft.RemoteToolSdk.PluginComponents Namespace