ProvideToolboxItemDiscoveryAttribute::FileFilter Property

 

Gets or sets the file filter for the browse dialog.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ FileFilter {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^

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.

Return to top
Show: