VCFilter.AddFilter(String) Method

Definition

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

Applies to