GenericDataAcceptor Class (Windows Embedded CE 6.0)

1/5/2010

This object accepts data in the format of Category, Description, and Value. This object then handles the data by firing an event or populating a ListView or TextBox control.

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

Syntax

public class GenericDataAcceptor
'Declaration
Public Class GenericDataAcceptor

Remarks

The Remote Tools Framework uses this object for displaying data from plug-ins into the built-in generic view, copying data to the clipboard, and saving data from plug-ins to files. You may find this object useful for custom operations in your plug-in.

Inheritance Hierarchy

System.Object
  Microsoft.RemoteToolSdk.PluginComponents.GenericDataAcceptor

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

GenericDataAcceptor Members
Microsoft.RemoteToolSdk.PluginComponents Namespace