Enum
XamlSearchType

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.

Declaration

cs-api-definition
AutomationId = 0

Field Value

XamlSearchType

Name

The Xaml tag name

Declaration

cs-api-definition
Name = 5

Field Value

XamlSearchType

TagIndex

The Xaml tag index.

Declaration

cs-api-definition
TagIndex = 6

Field Value

XamlSearchType

TextContent

The text content of this Xaml element. Typically a TextBlock

Declaration

cs-api-definition
TextContent = 1

Field Value

XamlSearchType

Uid

Unique identifier (Silverlight-side hashcode / object reference)

Declaration

cs-api-definition
Uid = 8

Field Value

XamlSearchType

UnKnown

UnKnown

Declaration

cs-api-definition
UnKnown = 7

Field Value

XamlSearchType

VirtualizedIndex

Index within a VirtualizingStackPanel

Declaration

cs-api-definition
VirtualizedIndex = 9

Field Value

XamlSearchType

XamlPath

A Xaml Expression Path (i.e - /button[0]/textblock[id=~foo]/)

Declaration

cs-api-definition
XamlPath = 2

Field Value

XamlSearchType

XamlTag

The Xaml tag type.

Declaration

cs-api-definition
XamlTag = 3

Field Value

XamlSearchType

XamlTagBase

The tag base type

Declaration

cs-api-definition
XamlTagBase = 4

Field Value

XamlSearchType