PluginDataView Constructor (Compact 7)

3/12/2014

Constructor

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

Syntax

public PluginDataView (
    PluginData data
)
'Declaration
Public Sub New ( _
    data As PluginData _
)

Parameters

  • data
    The data object to be associated with this view. If data is NULL, this view will still work, but it will not call the OnPopulateControls method. If your view has a NULL data object, your code is fully responsible for maintaining the view.

See Also

Reference

PluginDataView Class
PluginDataView Members
Microsoft.RemoteToolSdk.PluginComponents Namespace