SettableOleDataObject Class

 

Represents an OLE-compatible data object.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.SettableOleDataObject

public class SettableOleDataObject : IDataObject

NameDescription
System_CAPS_pubmethodSettableOleDataObject(IDataObject)

Initializes a new instance of SettableOleDataObject.

NameDescription
System_CAPS_pubmethodDAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32)

Establishes a connection between the data object and the advise sink.

System_CAPS_pubmethodDUnadvise(UInt32)

Deletes the advise connection.

System_CAPS_pubmethodEnumDAdvise(IEnumSTATDATA)

Gets an object that can be used to enumerate advise connections.

System_CAPS_pubmethodEnumFormatEtc(UInt32, IEnumFORMATETC)

Gets an object that allows you to enumerate the formats supported by the data object.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCanonicalFormatEtc(FORMATETC[], FORMATETC[])

Gets an alternate FORMATETC object.

System_CAPS_pubmethodGetData(FORMATETC[], STGMEDIUM[])

Gets an alternate FORMATETC object.

System_CAPS_pubmethodGetDataHere(FORMATETC[], STGMEDIUM[])

Gets data from a source data object.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodQueryGetData(FORMATETC[])

Determines whether the data object is capable of rendering the data as specified.

System_CAPS_pubmethodSetData(FORMATETC[], STGMEDIUM[], Int32)

Transfers data.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: