TriggerCollection.GetEnumerator method

Returns an enumerator that iterates through a collection.

Syntax

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

Parameters

This method has no parameters.

Return value

Type: IEnumerator<TriggerBase>

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

TriggerCollection

 

 

Build date: 1/31/2013