Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a data object support type that is data source specific.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataObjectType
public interface IVsDataObjectType
public interface class IVsDataObjectType
type IVsDataObjectType = interface end
public interface IVsDataObjectType
The IVsDataObjectType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Identifier | Gets a list of IVsDataObjectTypeMember objects that identify the current type. |
![]() |
Name | Gets the name of the current type. |
![]() |
NameProperty | Gets the name property as part of the IVsDataObjectTypeMember object. |
![]() |
PreferredOrdering | Gets the preferred ordering associated with the current type. |
![]() |
Properties | Gets a collection of name/value pairs representing the property names and their corresponding IVsDataObjectTypeMember objects. |
![]() |
Services | Gets a list of services for the current type as a collection of name/value pairs containing the service names and the corresponding IVsDataObjectService objects. |
Top
Remarks
This interface is implemented as a built-in DDEX service.
.gif)