PluginData.InitDataAtViewTime Property (Windows Embedded CE 6.0)

1/5/2010

Set to true to indicate the data should be loaded when the Plugin is created. Set to false to indicate the data should be loaded when the user clicks on a node for the first time that is associated with this data.

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

Syntax

public bool InitDataAtViewTime { get; set; }
'Declaration
Public Property InitDataAtViewTime As Boolean

Remarks

If you do not override this property, the data will be retrieved from the device just as the user clicks on the node to show the data (lazy load).

Keep in mind that setting this value to FALSE will impact load time for your plug-in.

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