[]
Finds the index of a UsageApplication object corresponding to a Category.
public int IndexByCategory(params string[] category)
Public Function IndexByCategory(ParamArray category As String()) As Integer
Type | Name | Description |
---|---|---|
string[] | category | The categories to test. |
Type | Description |
---|---|
int | The index of the found object, or -1. |