ClipboardObject.GetDataPresent Method

Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format.

Overload List

  Name Description
Public method GetDataPresent(String) Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format. (Overrides DataObject.GetDataPresent(String).)
Public method GetDataPresent(Type) Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format. (Overrides DataObject.GetDataPresent(Type).)
Public method GetDataPresent(String, Boolean) Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format, using an automatic conversion parameter to determine whether to convert the data to the format. (Overrides DataObject.GetDataPresent(String, Boolean).)

Top

See Also

Reference

ClipboardObject Class

ClipboardObject Members

Microsoft.VisualStudio.Data.Framework Namespace