TestCategoryItemCollection.ToArray Method
Returns this object as an array of the test category names.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Function ToArray As String()
public string[] ToArray()
public:
array<String^>^ ToArray()
member ToArray : unit -> string[]
public function ToArray() : String[]
Return Value
Type: array<String[]
An array of the test category names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.