SettableOleDataObject Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | DAdvise(array<FORMATETC>^, UInt32, IAdviseSink^, UInt32) | Establishes a connection between the data object and the advise sink. |
![]() | DUnadvise(UInt32) | Deletes the advise connection. |
![]() | EnumDAdvise(IEnumSTATDATA^) | Gets an object that can be used to enumerate advise connections. |
![]() | EnumFormatEtc(UInt32, IEnumFORMATETC^) | Gets an object that allows you to enumerate the formats supported by the data object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCanonicalFormatEtc(array<FORMATETC>^, array<FORMATETC>^) | Gets an alternate FORMATETC object. |
![]() | GetData(array<FORMATETC>^, array<STGMEDIUM>^) | Gets an alternate FORMATETC object. |
![]() | GetDataHere(array<FORMATETC>^, array<STGMEDIUM>^) | Gets data from a source data object. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | QueryGetData(array<FORMATETC>^) | Determines whether the data object is capable of rendering the data as specified. |
![]() | SetData(array<FORMATETC>^, array<STGMEDIUM>^, Int32) | Transfers data. |
![]() | ToString() | (Inherited from Object.) |
Show:

