StructureChangeType Enumeration
.NET Framework 3.0
Contains values that specify changes in the structure of the Microsoft UI Automation element tree.
Namespace: System.Windows.Automation
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <ComVisibleAttribute(True)> _ <GuidAttribute("e4cfef41-071d-472c-a65c-c14f59ea81eb")> _ Public Enumeration StructureChangeType 'Usage Dim instance As StructureChangeType
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("e4cfef41-071d-472c-a65c-c14f59ea81eb") */
public enum StructureChangeType
ComVisibleAttribute(true) GuidAttribute("e4cfef41-071d-472c-a65c-c14f59ea81eb") public enum StructureChangeType
| Member name | Description | |
|---|---|---|
| ChildAdded | A child element was added to the UI Automation element tree. | |
| ChildRemoved | A child element was removed from the i UI Automation element tree. | |
| ChildrenBulkAdded | Child elements were added to the UI Automation element tree. | |
| ChildrenBulkRemoved | Child elements were removed from the UI Automation element tree. | |
| ChildrenInvalidated | Child elements were invalidated in the UI Automation element tree. This might mean that one or more children were added or removed, depending on the UI Automation providers implementation. | |
| ChildrenReordered | The order of the child elements in the UI Automation element tree changed. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: