TagType Enumeration

This enumerated type indicates whether an element is identified by itself, or by its DataContext. DataContext identification allows movement from one data-driven location to another.

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Enumeration TagType
'Usage
Dim instance As TagType
public enum TagType
public enum class TagType
public enum TagType
public enum TagType

Members

Member name Description
DataContext  
Element  

See Also

Reference

Microsoft.Expression.Interactivity.Layout Namespace