AutomationProperties.GetFullDescription(DependencyObject) Method

Definition

Gets the value of the AutomationProperties.FullDescription property for the specified DependencyObject.

public:
 static Platform::String ^ GetFullDescription(DependencyObject ^ element);
 static winrt::hstring GetFullDescription(DependencyObject const& element);
public static string GetFullDescription(DependencyObject element);
function getFullDescription(element)
Public Shared Function GetFullDescription (element As DependencyObject) As String

Parameters

element
DependencyObject

The object for which to get the full description.

Returns

String

Platform::String

winrt::hstring

A localized string that describes the visual appearance or contents of the object specified in the element parameter.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to

See also