ProvideToolboxItemDiscoveryAttribute.FileFilter Property

Definition

Gets or sets the file filter for the browse dialog.

public:
 property System::String ^ FileFilter { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ FileFilter { Platform::String ^ get(); void set(Platform::String ^ value); };
public string FileFilter { get; set; }
member this.FileFilter : string with get, set
Public Property FileFilter As String

Property Value

Remarks

The string should point to a resource identifier (such as "@1234") that resolves to a string similar to "Executables (*.dll; *.exe)|*.dll;*.exe|All Files (*.*)|*.*". Note that if this string does not start with "@", then toolbox uses the provided string as is, instead of doing a resource lookup.

Applies to