DataObject.GetFileDropList 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回包含拖放文件列表的字符串集合。
public:
System::Collections::Specialized::StringCollection ^ GetFileDropList();
public System.Collections.Specialized.StringCollection GetFileDropList ();
member this.GetFileDropList : unit -> System.Collections.Specialized.StringCollection
Public Function GetFileDropList () As StringCollection
返回
一个字符串集合,该集合中的每个字符串都指定拖放文件列表中一个文件的名称;如果没有此格式的数据,则为 null
。