IVsDataObjectService Interface

Represents a service of a data object support type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataObjectService
public interface IVsDataObjectService
public interface class IVsDataObjectService
type IVsDataObjectService =  interface end
public interface IVsDataObjectService

The IVsDataObjectService type exposes the following members.

Properties

  Name Description
Public property ImplementationType Gets the class as a Type that implements the IVsDataObjectSelector support entity. The provider supplies this implementation.
Public property TypeName Gets the type name associated with the current instance of the data object service.

Top

Methods

  Name Description
Public method GetParameters Returns the parameters of the specified method.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace