次の方法で共有


DataAsyncCommand Constructors

Definition

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.

Applies to