IconEditor.CreateFilterEntry(IconEditor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a filter string for the file dialog box.
protected:
static System::String ^ CreateFilterEntry(System::Drawing::Design::IconEditor ^ e);
protected:
static System::String ^ CreateFilterEntry(System::Drawing::Design::IconEditor ^ editor);
protected static string CreateFilterEntry(System.Drawing.Design.IconEditor e);
protected static string CreateFilterEntry(System.Drawing.Design.IconEditor editor);
static member CreateFilterEntry : System.Drawing.Design.IconEditor -> string
static member CreateFilterEntry : System.Drawing.Design.IconEditor -> string
Protected Shared Function CreateFilterEntry (e As IconEditor) As String
Protected Shared Function CreateFilterEntry (editor As IconEditor) As String
Parameters
- eeditor
- IconEditor
The IconEditor for which the filter string will be created.
Returns
The filter string, created from the string returned by CreateExtensionsString(String[], String).
Remarks
The string returned by the CreateFilterEntry method is used in the OpenFileDialog for filtering icon files.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา