IVsDataObjectType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a data object support type.
public interface class IVsDataObjectType
public interface IVsDataObjectType
type IVsDataObjectType = interface
Public Interface IVsDataObjectType
Properties
Identifier |
Gets a list of IVsDataObjectTypeMember objects that identify the current type. |
Name |
Gets the name of the current type. |
NameProperty |
Gets the name property as part of the IVsDataObjectTypeMember object. |
PreferredOrdering |
Gets the preferred ordering associated with the current type. |
Properties |
Gets a collection of name/value pairs representing the property names and their corresponding IVsDataObjectTypeMember objects. |
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. |