Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
Override this method to fill any controls with data. This method is guaranteed to run in the control's thread.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
protected virtual void OnPopulateControls (
Object hint
)
'Declaration
Protected Overridable Sub OnPopulateControls ( _
hint As Object _
)
Parameters
hint
Parameter from the data object to aid in population. If the value is NULL, this method is expected to completely populate the control.Hint is always set to NULL if this method was called by the Remote Tools Framework in response to data object Initialized property getting set to TRUE.
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
PluginDataView Class
PluginDataView Members
Microsoft.RemoteToolSdk.PluginComponents Namespace