다음을 통해 공유


DataTransfer.Files 속성

정의

데이터 전송에서 사용할 수 있는 모든 로컬 파일의 목록을 포함합니다. 끌기 작업에 파일 끌기가 포함되지 않는 경우 이 속성은 빈 목록입니다.

public:
 property cli::array <System::String ^> ^ Files { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Files { get; set; }
member this.Files : string[] with get, set
Public Property Files As String()

속성 값

String[]

적용 대상