Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | Identifier | Gets a list of IVsDataObjectTypeMember objects that identify the current type. | 
| .gif) | Name | Gets the name of the current type. | 
| .gif) | NameProperty | Gets the name property as part of the IVsDataObjectTypeMember object. | 
| .gif) | PreferredOrdering | Gets the preferred ordering associated with the current type. | 
| .gif) | Properties | Gets a collection of name/value pairs representing the property names and their corresponding IVsDataObjectTypeMember objects. | 
| .gif) | 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.