示例#1
0
 /// --------------------------------------------------------------------------------
 /// <summary>
 /// Retrieves the data that is currently on the system Clipboard.
 /// </summary>
 /// <returns>
 /// An IDataObject that represents the data currently on the Clipboard, or
 /// <c>null</c> if there is no data on the Clipboard.
 /// </returns>
 /// --------------------------------------------------------------------------------
 public static IDataObject GetDataObject()
 {
     return(s_Clipboard.GetDataObject());
 }