Share via


FileDialog.SafeFileNames Proprietà

Definizione

Ottiene una matrice che contiene un nome file sicuro per ogni file selezionato.

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

Valore della proprietà

String[]

Matrice di String che contiene un nome file sicuro per ogni file selezionato. Il valore predefinito è una matrice con un solo elemento il cui valore è Empty.

Attributi

Commenti

Vedere SafeFileName.

Si applica a