UITestBuilderButton.Tooltip Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the tooltip to use for the button.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Tooltip As String
public string Tooltip { get; private set; }
public:
property String^ Tooltip {
String^ get ();
private: void set (String^ value);
}
member Tooltip : string with get, private set
function get Tooltip () : String
private function set Tooltip (value : String)
Property Value
Type: System.String
The tooltip to use for the button.
.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.