Sdílet prostřednictvím


FileDialog.SafeFileNames Vlastnost

Definice

Získá pole, které obsahuje jeden bezpečný název souboru pro každý vybraný soubor.

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()

Hodnota vlastnosti

String[]

Pole String obsahující jeden bezpečný název souboru pro každý vybraný soubor. Výchozí hodnota je pole s jednou položkou, jejíž hodnota je Empty.

Atributy

Poznámky

Viz třída SafeFileName.

Platí pro