Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the display text for the tab page control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
'Declaration
Public Overridable ReadOnly Property DisplayText As String
public virtual string DisplayText { get; }
public:
virtual property String^ DisplayText {
String^ get ();
}
abstract DisplayText : string
override DisplayText : string
function get DisplayText () : String
Type: System.String
The display text for the tab page control.
- 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.
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace