WebTestResultViewer.GetSelectedText Method
Returns the selected text.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Function GetSelectedText As String
public string GetSelectedText()
public:
String^ GetSelectedText()
member GetSelectedText : unit -> string
public function GetSelectedText() : String
Return Value
Type: String
Returns a String that represents the currently selected text.
.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.