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
Required: This method must enumerate all of the data object's data, and send the data to the supplied GenericDataAcceptor object. The Remote Tools Framework will call this function for serialization (saving), default clipboard copy, and for filling the built-in Generic View.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
protected abstract void OnRenderGeneric (
GenericDataAcceptor dataAcceptor
)
'Declaration
Protected MustOverride Sub OnRenderGeneric ( _
dataAcceptor As GenericDataAcceptor _
)
Parameters
- dataAcceptor
The data acceptor to hand data to.
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