DataAsyncCommand Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataAsyncCommand() |
Creates a new instance of the DataAsyncCommand class. |
DataAsyncCommand(IVsDataConnection) |
Initializes a new instance of the DataAsyncCommand object with an IVsDataConnection object that is set on the inherited DataSiteableObject<T> object. |
DataAsyncCommand()
Creates a new instance of the DataAsyncCommand class.
protected:
DataAsyncCommand();
protected DataAsyncCommand ();
Protected Sub New ()
Applies to
DataAsyncCommand(IVsDataConnection)
Initializes a new instance of the DataAsyncCommand object with an IVsDataConnection object that is set on the inherited DataSiteableObject<T> object.
public:
DataAsyncCommand(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
public DataAsyncCommand (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataAsyncCommand : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataAsyncCommand
Public Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
An IVsDataConnection object that is set on the inherited DataSiteableObject<T> object.