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

適用於