VCProject::CanAddFilter Method (String^)
Visual Studio 2015
Returns true if the specified filter can be added as a top-level filter or as a subfilter to the current filter.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Filter
-
Type:
System::String^
Required. The new filter to be added. The filter name must be unique within the current scope and valid.
Show: