ILastInvocationInfo.GetInfoProperties Method

Gets an array of the names of supported properties.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Function GetInfoProperties As String()
string[] GetInfoProperties()
array<String^>^ GetInfoProperties()
abstract GetInfoProperties : unit -> string[] 
function GetInfoProperties() : String[]

Return Value

Type: array<System.String[]
An array of the names of supported properties.

.NET Framework Security

See Also

Reference

ILastInvocationInfo Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace