DSRefClipboardObject Members

Include Protected Members
Include Inherited Members

Provides the ability to create and read a clipboard object used for drag-and-drop operations between Server Explorer and the data designer. The DSRefClipboardObject object contains identifying information about the underlying object that is transferred.

The DSRefClipboardObject type exposes the following members.

Constructors

  Name Description
Public method DSRefClipboardObject Overloaded. Initializes a new instance of the DSRefClipboardObject class.

Top

Methods

  Name Description
Public method ContainsAudio Indicates whether the data object contains data in the WaveAudio format. (Inherited from DataObject.)
Public method ContainsDSRef Indicates whether the current DSRefClipboardObject contains a DSRef object.
Public method ContainsFileDropList Indicates whether the data object contains data that is in the FileDrop format or can be converted to that format. (Inherited from DataObject.)
Public method ContainsImage Indicates whether the data object contains data that is in the Bitmap format or can be converted to that format. (Inherited from DataObject.)
Public method ContainsText Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAudioStream Retrieves an audio stream from the data object. (Inherited from DataObject.)
Public method GetData Overloaded.
Public method GetDataPresent Overloaded.
Public method GetDSRef Extracts the DSRef object from the DSRefClipboardObject.
Public method GetFileDropList Retrieves a collection of file names from the data object. (Inherited from DataObject.)
Public method GetFormats Overloaded.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetImage Retrieves an image from the data object. (Inherited from DataObject.)
Public method GetText Overloaded.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetAudio Overloaded.
Public method SetData Overloaded.
Public method SetDSRef Adds the DSRef object to the DSRefClipboardObject.
Public method SetFileDropList Adds a collection of file names to the data object in the FileDrop format. (Inherited from DataObject.)
Public method SetImage Adds an Image to the data object in the Bitmap format. (Inherited from DataObject.)
Public method SetText Overloaded.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDataObject.DAdvise Creates a connection between the clipboard object and an advisory sink. This method is called by an object that supports an advisory sink and enables the advisory sink to be notified of changes in the object's data. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.DAdvise Creates a connection between the clipboard object and an advisory sink. This method is called by an object that supports an advisory sink and enables the advisory sink to be notified of changes in the object's data. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.DUnadvise Removes a notification connection that has been established. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.DUnadvise Removes a notification connection that had been previously established. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.EnumDAdvise Creates an object that can be used to enumerate the current advisory connections. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.EnumDAdvise Creates an object that can be used to enumerate the current advisory connections. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.EnumFormatEtc Creates an object for enumerating the FORMATETC structures for a data object. These structures are used in calls to IDataObject.GetData or IDataObject.SetData. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.EnumFormatEtc Creates an object for enumerating the FORMATETC structures for a data object. These structures are used in calls to IDataObject.GetData or IDataObject.SetData. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.GetCanonicalFormatEtc Provides a standard FORMATETC structure that is logically equivalent to a more complex structure. Use this method to determine whether two different FORMATETC structures return the same data, removing the need for duplicate rendering. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.GetCanonicalFormatEtc Provides a standard FORMATETC structure that is logically equivalent to a more complex structure. Use this method to determine whether two different FORMATETC structures return the same data, removing the need for duplicate rendering. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.GetData Obtains data from a source data object. This method is called by a data consumer. It renders the data described in the specified FORMATETC structure and transfers it through the specified STGMEDIUM structure. The caller then assumes responsibility for releasing the STGMEDIUM structure. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.GetData Obtains data from a source data object. This method is called by a data consumer. It renders the data described in the specified FORMATETC structure and transfers it through the specified STGMEDIUM structure. The caller then assumes responsibility for releasing the STGMEDIUM structure. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.GetDataHere Obtains data from a source data object. This method, which is called by a data consumer, differs from the IDataObject.GetData method in that the caller must allocate and free the specified storage medium. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.GetDataHere Obtains data from a source data object. This method, which is called by a data consumer, differs from the IDataObject.GetData method in that the caller must allocate and free the specified storage medium. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.QueryGetData Determines whether the data object is capable of rendering the data described in the FORMATETC structure. Objects attempting a paste or drop operation can call this method before calling IDataObject.GetData to get an indication of whether the operation will be successful. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.QueryGetData Determines whether the data object is capable of rendering the data described in the FORMATETC structure. Objects attempting a paste or drop operation can call this method before calling IDataObject.GetData to get an indication of whether the operation will be successful. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.SetData Transfers data to the object that implements this method. This method is called by an object that contains a data source. (Inherited from ClipboardObject.)
Explicit interface implemetationPrivate method IDataObject.SetData Transfers data to the object that implements this method. This method is called by an object that contains a data source. (Inherited from ClipboardObject.)

Top

See Also

Reference

DSRefClipboardObject Class

Microsoft.VisualStudio.Data.Framework Namespace