ManagedWrapper.GetFilterStatus(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.
Returns the filter status of the wrapper.
public:
virtual cli::array <bool> ^ GetFilterStatus(cli::array <System::String ^> ^ % eventNames);
public bool[] GetFilterStatus (ref string[] eventNames);
abstract member GetFilterStatus : String[] -> bool[]
override this.GetFilterStatus : String[] -> bool[]
Public Function GetFilterStatus (ByRef eventNames As String()) As Boolean()
Parameters
- eventNames
- String[]
The event names.
Returns
Boolean[]
The filter status of the wrapper.