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"。

適用於

另請參閱