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

반환

StringCollection

클립보드에 끌어 놓은 파일 목록의 파일 이름 문자열로 구성된 컬렉션이거나, 이 형식의 데이터가 없으면 null입니다.

적용 대상

추가 정보