言語

FileDialog.AddExtension プロパティ

定義

ユーザーが拡張子を省略した場合に、ファイル ダイアログで自動的に拡張子をファイル名に追加するかどうかを示す値を取得または設定します。

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

プロパティ値

true 拡張機能が追加された場合。それ以外の場合は false。 既定値は true です。

属性

適用対象