UserControlFileEditor.Filter プロパティ

定義

ダイアログ ボックスのファイル 一覧に表示される項目を決定するために使用されるファイル名フィルター文字列を取得します。

protected:
 virtual property System::String ^ Filter { System::String ^ get(); };
protected override string Filter { get; }
member this.Filter : string
Protected Overrides ReadOnly Property Filter As String

プロパティ値

ダイアログ ボックスで使用できるファイルの一覧 ("*.txt" など) をフィルター処理する文字列。

適用対象

こちらもご覧ください