Clipboard.GetFileDropList 方法

定义

返回一个字符串集合,其中包含剪贴板上提供的拖放文件的列表。

public:
 static System::Collections::Specialized::StringCollection ^ GetFileDropList();
public static System.Collections.Specialized.StringCollection GetFileDropList ();
static member GetFileDropList : unit -> System.Collections.Specialized.StringCollection
Public Shared Function GetFileDropList () As StringCollection

返回

一个字符串集合,其中每个字符串指定剪贴板上拖放文件列表中的一个文件的名称;如果没有此格式的数据,则为 null

适用于

另请参阅