TriggerActionCollection.GetEnumerator method

Returns an enumerator that iterates through a collection.

Syntax

public IEnumerator<TriggerAction> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of TriggerAction)

Parameters

This method has no parameters.

Return value

Type: IEnumerator<TriggerAction>

An IEnumerator object that can be used to iterate through the collection.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml

See also

TriggerActionCollection

 

 

Build date: 1/31/2013