ElementCollection.GetElementEnumerable Method (Microsoft.PerformancePoint.Scorecards)

Gets an enumerator for the base element collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetElementEnumerable As IEnumerable(Of Element)
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim returnValue As IEnumerable(Of Element)

returnValue = instance.GetElementEnumerable
public IEnumerable<Element> GetElementEnumerable ()

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace