AutomationProperties.GetAccessibilityView(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.AccessibilityView attached property for the specified DependencyObject.
public:
static AccessibilityView GetAccessibilityView(DependencyObject ^ element);
static AccessibilityView GetAccessibilityView(DependencyObject const& element);
public static AccessibilityView GetAccessibilityView(DependencyObject element);
function getAccessibilityView(element)
Public Shared Function GetAccessibilityView (element As DependencyObject) As AccessibilityView
Parameters
- element
- DependencyObject
The DependencyObject to check.
Returns
The accessibility view setting, as a value of the enumeration.