Spread Silverlight Documentation
GetEnumerator Method (StyleInfoCollection)


Gets an IEnumerator object for enumerating through the StyleInfo objects in the collection.
Syntax
'Declaration
 
Public Overridable Function GetEnumerator() As System.Collections.IEnumerator
'Usage
 
Dim instance As StyleInfoCollection
Dim value As System.Collections.IEnumerator
 
value = instance.GetEnumerator()
public virtual System.Collections.IEnumerator GetEnumerator()

Return Value

An System.Collections.IEnumerator object for enumerating the StyleInfo objects in the collection.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.