IPlaybackContext.ParentFriendlyName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the friendly name of the parent control.

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

Syntax

'Declaration
ReadOnly Property ParentFriendlyName As String
    Get
'Usage
Dim instance As IPlaybackContext
Dim value As String

value = instance.ParentFriendlyName
string ParentFriendlyName { get; }
property String^ ParentFriendlyName {
    String^ get ();
}
function get ParentFriendlyName () : String
abstract ParentFriendlyName : string

Property Value

Type: System.String
The friendly name of the parent control.

.NET Framework Security

See Also

Reference

IPlaybackContext Interface

IPlaybackContext Members

Microsoft.VisualStudio.TestTools.UITesting Namespace