Share via


TestCategoryItemCollection.ToArray Method

Definition

Returns this object as an array of the test category names.

public:
 cli::array <System::String ^> ^ ToArray();
public string[] ToArray ();
member this.ToArray : unit -> string[]
Public Function ToArray () As String()

Returns

String[]

An array of the test category names.

Applies to