VCFilter::AddFilter Method (String^)

 

Adds a new filter to the current group of filters.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Object^ AddFilter(
	String^ bstrName
)

Parameters

bstrName
Type: System::String^

Required. The name of the folder to add.

Return Value

Type: System::Object^

A VCFilter object representing the filter just added.

Return to top
Show: