AutomationProperties.GetFullDescription(DependencyObject) Method

Definition

Gets a localized string that describes the visual appearance or contents of 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.

Applies to