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<String[]
An array of the names of supported properties.
.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.