Aracılığıyla paylaş


IconEditor.CreateFilterEntry(IconEditor) Yöntem

Tanım

Dosya iletişim kutusu için bir filtre dizesi oluşturur.

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

Parametreler

eeditor
IconEditor

Filtre IconEditor dizesinin oluşturulacağı.

Döndürülenler

tarafından CreateExtensionsString(String[], String)döndürülen dizeden oluşturulan filtre dizesi.

Açıklamalar

yöntemi tarafından CreateFilterEntry döndürülen dize, simgesi dosyalarını filtrelemek için içinde OpenFileDialog kullanılır.

Şunlara uygulanır