AutomationProperties.SetAccessibilityView 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 the value of the AutomationProperties.AccessibilityView attached property for the specified DependencyObject.
public:
static void SetAccessibilityView(DependencyObject ^ element, AccessibilityView value);
static void SetAccessibilityView(DependencyObject const& element, AccessibilityView const& value);
public static void SetAccessibilityView(DependencyObject element, AccessibilityView value);
function setAccessibilityView(element, value)
Public Shared Sub SetAccessibilityView (element As DependencyObject, value As AccessibilityView)
Parameters
- element
- DependencyObject
The DependencyObject to set the attached property on.
- value
- AccessibilityView
The enumeration value to set.