UITestControlProperties.Common.ToString Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a String that represents the current UITestControlProperties.Common instance.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As UITestControlProperties..::..Common
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
public override function ToString() : String
Return Value
Type: System.String
A String that represents the current UITestControlProperties.Common instance.
.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.
See Also
Reference
UITestControlProperties.Common Class