DataObjectIdentifierConverter 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
DataObjectIdentifierConverter() |
Initializes a new instance of the DataObjectIdentifierConverter class. |
DataObjectIdentifierConverter(IVsDataConnection) |
Initializes a parameterized instance of the DataObjectIdentifierConverter class, specifying a data connection object. |
DataObjectIdentifierConverter()
Initializes a new instance of the DataObjectIdentifierConverter class.
protected:
DataObjectIdentifierConverter();
protected DataObjectIdentifierConverter ();
Protected Sub New ()
Applies to
DataObjectIdentifierConverter(IVsDataConnection)
Initializes a parameterized instance of the DataObjectIdentifierConverter class, specifying a data connection object.
protected:
DataObjectIdentifierConverter(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataObjectIdentifierConverter (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataObjectIdentifierConverter : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataObjectIdentifierConverter
Protected Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
An IVsDataConnection object.