Sdílet prostřednictvím


IconEditor.CreateFilterEntry(IconEditor) Metoda

Definice

Vytvoří řetězec filtru pro dialogové okno souboru.

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

Parametry

eeditor
IconEditor

Hodnota IconEditor , pro kterou bude vytvořen řetězec filtru.

Návraty

Řetězec filtru vytvořený z řetězce vráceného nástrojem CreateExtensionsString(String[], String).

Poznámky

Řetězec vrácený metodou CreateFilterEntry se používá v souborech OpenFileDialog ikon filtrování.

Platí pro