AutomationProperties.SetFullDescription(DependencyObject, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|