XamlControl.LabeledBy Property

Gets the control's label text.

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

Syntax

'Declaration
Public Overridable ReadOnly Property LabeledBy As String
public virtual string LabeledBy { get; }
public:
virtual property String^ LabeledBy {
    String^ get ();
}
abstract LabeledBy : string with get 
override LabeledBy : string with get
function get LabeledBy () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

XamlControl Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace