EnumXamlSearchType
Enum
Different types of supported find expressions.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum XamlSearchType
Fields
AutomationId
The UIAutomation id given to the Xaml element.
TextContent
The text content of this Xaml element. Typically a TextBlock
Uid
Unique identifier (Silverlight-side hashcode / object reference)
VirtualizedIndex
Index within a VirtualizingStackPanel
XamlPath
A Xaml Expression Path (i.e - /button[0]/textblock[id=~foo]/)
XamlTagBase
The tag base type