Share via


XamlWindow.Title Property

Gets the title of the window.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Title As String
public string Title { get; }
public:
property String^ Title {
    String^ get ();
}
member Title : string with get
function get Title () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

XamlWindow Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace