VCFilter.AddFilter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new filter to the current group of filters.
public:
System::Object ^ AddFilter(System::String ^ bstrName);
public:
Platform::Object ^ AddFilter(Platform::String ^ bstrName);
winrt::Windows::Foundation::IInspectable AddFilter(std::wstring const & bstrName);
[System.Runtime.InteropServices.DispId(2345)]
public object AddFilter (string bstrName);
[<System.Runtime.InteropServices.DispId(2345)>]
abstract member AddFilter : string -> obj
Public Function AddFilter (bstrName As String) As Object
Parameters
- bstrName
- String
Required. The name of the folder to add.
Returns
A VCFilter object representing the filter just added.
- Attributes