次の方法で共有


DataMappedObjectConverter Constructors

Definition

Overloads

DataMappedObjectConverter()

Initializes a new instance of the DataMappedObjectConverter class.

DataMappedObjectConverter(IVsDataConnection)

Initializes a new instance of the DataMappedObjectConverter class, along with a data connection.

DataMappedObjectConverter()

Initializes a new instance of the DataMappedObjectConverter class.

protected:
 DataMappedObjectConverter();
protected DataMappedObjectConverter ();
Protected Sub New ()

Applies to

DataMappedObjectConverter(IVsDataConnection)

Initializes a new instance of the DataMappedObjectConverter class, along with a data connection.

protected:
 DataMappedObjectConverter(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataMappedObjectConverter (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataMappedObjectConverter : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataMappedObjectConverter
Protected Sub New (connection As IVsDataConnection)

Parameters

connection
IVsDataConnection

A connection object representing the communication to the data source.

Applies to