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.
Gets the currently selected item.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedItem As WebTestResultUnit
public WebTestResultUnit SelectedItem { get; }
public:
property WebTestResultUnit^ SelectedItem {
WebTestResultUnit^ get ();
}
member SelectedItem : WebTestResultUnit
function get SelectedItem () : WebTestResultUnit
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Returns a WebTestResultUnit object that represents the currently selected item.
.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.