VCFilter::Filters Property

 

Gets the collection of filters for the filter.

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

property Object^ Filters {
	Object^ get();
}

Property Value

Type: System::Object^

An object representing the collection of filters.

For more information, see AddFilter and RemoveFilter.

Return to top
Show: