Share via


IVsDataObjectTypeMember Interface

Represents a member 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 IVsDataObjectTypeMember
public interface IVsDataObjectTypeMember
public interface class IVsDataObjectTypeMember
type IVsDataObjectTypeMember =  interface end
public interface IVsDataObjectTypeMember

The IVsDataObjectTypeMember type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the data object type.
Public property Type Gets the type of the data object as a Type.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace