ILastInfo.GetInfoProperties Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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()
'Usage
Dim instance As ILastInfo
Dim returnValue As String()
returnValue = instance.GetInfoProperties()
string[] GetInfoProperties()
array<String^>^ GetInfoProperties()
function GetInfoProperties() : String[]
abstract GetInfoProperties : unit -> string[]
Return Value
Type: array<System.String[]
.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.