IVsDataObject Members
Include Protected Members
Include Inherited Members
Represents a data object.
The IVsDataObject type exposes the following members.
Properties
Name
Description
Gets an IVsDataObjectIdentifier object that identifies the current data object.
Gets a value indicating whether the data object has been deleted.
Gets the name of the data object.
Gets an IVsDataObjectPropertyDictionary object containing the properties of this data object.
Gets an IVsDataObjectStore object representing the object store, that is, a cache of data source–specific data objects.
Gets an IVsDataObjectType object representing a data object support type that is data source specific.
Top