PluginData.RenderViews Method (Compact 7)

3/12/2014

Forces all views associated with this data object to refresh.

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

Syntax

public void RenderViews (
    Object hint
)
'Declaration
Public Sub RenderViews ( _
    hint As Object _
)

Parameters

  • hint
    Developer-supplied parameter to aid in the refresh. Typically left set to NULL if the entire view is to be refreshed.

Remarks

If you set the Initialized property to TRUE, this method will automatically be called.

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

PluginData Class
PluginData Members
Microsoft.RemoteToolSdk.PluginComponents Namespace