IVsDataObjectType Interface

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
Public property Identifier Gets a list of IVsDataObjectTypeMember objects that identify the current type.
Public property Name Gets the name of the current type.
Public property NameProperty Gets the name property as part of the IVsDataObjectTypeMember object.
Public property PreferredOrdering Gets the preferred ordering associated with the current type.
Public property Properties Gets a collection of name/value pairs representing the property names and their corresponding IVsDataObjectTypeMember objects.
Public property 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.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace