既定のファイル名の拡張子を取得または設定します。
Public Property DefaultExt As String
[C#]
public string DefaultExt {get; set;}
[C++]
public: __property String* get_DefaultExt();public: __property void set_DefaultExt(String*);
[JScript]
public function get DefaultExt() : String;public function set DefaultExt(String);
プロパティ値
既定のファイル名の拡張子。返された文字列はピリオド (.) を含んでいません。既定値は空の文字列 ("") です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ