AutomationProperties.GetFullDescription(DependencyObject) 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.
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
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)
|