IVsDataObject Interface

Definition

Represents a data object.

public interface class IVsDataObject
public interface IVsDataObject
type IVsDataObject = interface
Public Interface IVsDataObject

Properties

Identifier

Gets an IVsDataObjectIdentifier object that identifies the current data object.

IsDeleted

Gets a value indicating whether the data object has been deleted.

Name

Gets the name of the data object.

Properties

Gets an IVsDataObjectPropertyDictionary object containing the properties of this data object.

Store

Gets an IVsDataObjectStore object representing the object store, that is, a cache of data source–specific data objects.

Type

Gets an IVsDataObjectType object representing a data object support type that is data source specific.

Applies to