DataObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.Guid("EC72F590-F375-11CE-B9E8-00AA006B1A69")]
public interface DataObject : Microsoft.Vbe.Interop.Forms.IDataAutoWrapper
[<System.Runtime.InteropServices.Guid("EC72F590-F375-11CE-B9E8-00AA006B1A69")>]
type DataObject = interface
interface IDataAutoWrapper
Public Interface DataObject
Implements IDataAutoWrapper
- Derived
- Attributes
- Implements
Methods
| Clear() | (Inherited from IDataAutoWrapper) |
| GetFormat(Object) | (Inherited from IDataAutoWrapper) |
| GetFromClipboard() | (Inherited from IDataAutoWrapper) |
| GetText(Object) | (Inherited from IDataAutoWrapper) |
| PutInClipboard() | (Inherited from IDataAutoWrapper) |
| SetText(String, Object) | (Inherited from IDataAutoWrapper) |
| StartDrag(Object) | (Inherited from IDataAutoWrapper) |