FileDialog.SafeFileNames プロパティ

定義

選択されたファイルごとに 1 つずつ安全なファイル名を格納する配列を取得します。

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[]

選択されたファイルごとに 1 つずつ安全なファイル名を格納する String の配列。 既定値は、値が Empty である 1 つの項目を持つ配列です。

属性

注釈

SafeFileName」を参照してください。

適用対象