Share via


IVsDataObject Interface

Represents a data object.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataObject
public interface IVsDataObject
public interface class IVsDataObject
type IVsDataObject =  interface end
public interface IVsDataObject

The IVsDataObject type exposes the following members.

Properties

  Name Description
Public property Identifier Gets an IVsDataObjectIdentifier object that identifies the current data object.
Public property IsDeleted Gets a value indicating whether the data object has been deleted.
Public property Name Gets the name of the data object.
Public property Properties Gets an IVsDataObjectPropertyDictionary object containing the properties of this data object.
Public property Store Gets an IVsDataObjectStore object representing the object store, that is, a cache of data source–specific data objects.
Public property Type Gets an IVsDataObjectType object representing a data object support type that is data source specific.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace