Returns the page title for the given window title.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function GetPageTitle ( _
    windowTitle As String _
) As String
public abstract string GetPageTitle(
    string windowTitle
)
public:
virtual String^ GetPageTitle(
    String^ windowTitle
) abstract
abstract GetPageTitle : 
        windowTitle:string -> string
public abstract function GetPageTitle(
    windowTitle : String
) : String
Parameters
- windowTitle 
 Type: String- The title of the window. 
Return Value
Type: String
The page title.
.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.