次の方法で共有


ScriptFactory.ProcessDroppedFilesAsync(StringCollection) メソッド

定義

操作を実行するためにデリゲートを呼び出すコントロールをマーシャリングすることによって、削除されたファイルを処理します。

public:
 virtual void ProcessDroppedFilesAsync(System::Collections::Specialized::StringCollection ^ sc);
public void ProcessDroppedFilesAsync (System.Collections.Specialized.StringCollection sc);
abstract member ProcessDroppedFilesAsync : System.Collections.Specialized.StringCollection -> unit
override this.ProcessDroppedFilesAsync : System.Collections.Specialized.StringCollection -> unit
Public Sub ProcessDroppedFilesAsync (sc As StringCollection)

パラメーター

sc
StringCollection

StringCollection オブジェクト。

実装

適用対象