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 | |
---|---|---|
Name | Gets the name of the data object type. | |
Type | Gets the type of the data object as a Type. |
Top
Remarks
This interface is implemented as a built-in DDEX service.