DataObject.GetFileDropList メソッド

定義

ドロップされたファイルのリストを含む文字列コレクションを返します。

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

適用対象

こちらもご覧ください