AutomationProperties.SetFullDescription(DependencyObject, String) Method

Definition

Sets a localized string that describes the visual appearance or contents of the specified DependencyObject.

public:
 static void SetFullDescription(DependencyObject ^ element, Platform::String ^ value);
 static void SetFullDescription(DependencyObject const& element, winrt::hstring const& value);
public static void SetFullDescription(DependencyObject element, string value);
function setFullDescription(element, value)
Public Shared Sub SetFullDescription (element As DependencyObject, value As String)

Parameters

element
DependencyObject

The object for which to set the full description.

value
String

Platform::String

winrt::hstring

The localized full description of the object specified in the element parameter.

Applies to