FileDialog.AddExtension Proprietà

Definizione

Ottiene o imposta un valore che indica se una finestra di dialogo di file aggiunge automaticamente un'estensione a un nome file se l'utente omette un'estensione.

public:
 property bool AddExtension { bool get(); void set(bool value); };
public bool AddExtension { get; [System.Security.SecurityCritical] set; }
public bool AddExtension { get; set; }
[<set: System.Security.SecurityCritical>]
member this.AddExtension : bool with get, set
member this.AddExtension : bool with get, set
Public Property AddExtension As Boolean

Valore della proprietà

true se vengono aggiunte estensioni; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a