PluginData.Initialized Property (Windows Embedded CE 6.0)

1/5/2010

Indicates if the data is valid and ready for rendering. Once set to TRUE, any views associated with this data object will refresh.

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

Syntax

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

Remarks

The P:Microsoft.RemoteToolSdk.PluginComponents.PluginData.DataNotApplicable property of this object will also be set to FALSE if you set Initialized 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

PluginData Class
PluginData Members
Microsoft.RemoteToolSdk.PluginComponents Namespace