Udostępnij za pośrednictwem


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: System.String
Returns a String that represents the currently selected text.

.NET Framework Security

See Also

Reference

WebTestResultViewer Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace