SettableOleDataObject Methods

 

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

NameDescription
System_CAPS_pubmethodDAdvise(array<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(array<FORMATETC>^, array<FORMATETC>^)

Gets an alternate FORMATETC object.

System_CAPS_pubmethodGetData(array<FORMATETC>^, array<STGMEDIUM>^)

Gets an alternate FORMATETC object.

System_CAPS_pubmethodGetDataHere(array<FORMATETC>^, array<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(array<FORMATETC>^)

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

System_CAPS_pubmethodSetData(array<FORMATETC>^, array<STGMEDIUM>^, Int32)

Transfers data.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: