SettableOleDataObject Class
Represents an OLE-compatible data object.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | SettableOleDataObject(IDataObject) | Initializes a new instance of SettableOleDataObject. |
| Name | Description | |
|---|---|---|
![]() | DAdvise(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(FORMATETC[], FORMATETC[]) | Gets an alternate FORMATETC object. |
![]() | GetData(FORMATETC[], STGMEDIUM[]) | Gets an alternate FORMATETC object. |
![]() | GetDataHere(FORMATETC[], STGMEDIUM[]) | Gets data from a source data object. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | QueryGetData(FORMATETC[]) | Determines whether the data object is capable of rendering the data as specified. |
![]() | SetData(FORMATETC[], STGMEDIUM[], Int32) | Transfers data. |
![]() | ToString() | (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.

