UserControlFileEditor.Filter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檔名篩選條件字串,用於決定對話方塊之檔案清單中顯示的項目。
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"。