FileDialog.SafeFileNames 속성

정의

선택한 각 파일의 안전한 파일 이름이 하나씩 들어 있는 배열을 가져옵니다.

public:
 property cli::array <System::String ^> ^ SafeFileNames { cli::array <System::String ^> ^ get(); };
public string[] SafeFileNames { [System.Security.SecurityCritical] get; }
public string[] SafeFileNames { get; }
[<get: System.Security.SecurityCritical>]
member this.SafeFileNames : string[]
member this.SafeFileNames : string[]
Public ReadOnly Property SafeFileNames As String()

속성 값

String[]

선택한 각 파일의 안전한 파일 이름이 하나씩 들어 있는 String 배열입니다. 기본값은 해당 값이 Empty인 항목 하나가 들어 있는 배열입니다.

특성

설명

SafeFileName을 참조하세요.

적용 대상