Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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<System.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.