次の方法で共有


OleDataObject Members

Provides a managed class that implements the IOleDataObject interface.

The OleDataObject type exposes the following members.

Constructors

  Name Description
Public method OleDataObject Overloaded. Initializes a new instance of OleDataObject.

Top

Methods

  Name Description
Public method ContainsAudio Indicates whether the data object contains data in the WaveAudio format. (Inherited from DataObject.)
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 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 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 Infrastructure. For a description of this member, see IDataObject.DAdvise. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.DAdvise
Explicit interface implemetationPrivate method IDataObject.DUnadvise Infrastructure. For a description of this member, see IDataObject.DUnadvise. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.DUnadvise
Explicit interface implemetationPrivate method IDataObject.EnumDAdvise Infrastructure. For a description of this member, see IDataObject.EnumDAdvise. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.EnumDAdvise
Explicit interface implemetationPrivate method IDataObject.EnumFormatEtc Infrastructure. For a description of this member, see IDataObject.EnumFormatEtc. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.EnumFormatEtc
Explicit interface implemetationPrivate method IDataObject.GetCanonicalFormatEtc Infrastructure. For a description of this member, see IDataObject.GetCanonicalFormatEtc. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.GetCanonicalFormatEtc
Explicit interface implemetationPrivate method IDataObject.GetData Infrastructure. For a description of this member, see IDataObject.GetData. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.GetData
Explicit interface implemetationPrivate method IDataObject.GetDataHere Infrastructure. For a description of this member, see IDataObject.GetDataHere. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.GetDataHere
Explicit interface implemetationPrivate method IDataObject.QueryGetData Infrastructure. For a description of this member, see IDataObject.QueryGetData. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.QueryGetData
Explicit interface implemetationPrivate method IDataObject.SetData Infrastructure. For a description of this member, see IDataObject.SetData. (Inherited from DataObject.)
Explicit interface implemetationPrivate method IDataObject.SetData

Top

See Also

Reference

OleDataObject Class

Microsoft.VisualStudio.Shell Namespace