CustomTaskPaneCollection.IEnumerable<CustomTaskPane>.GetEnumerator Method (2003 System, Obsolete)
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common2007 (in Microsoft.Office.Tools.Common2007.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of CustomTaskPane)
Implements IEnumerable(Of CustomTaskPane).GetEnumerator
'Usage
Dim instance As CustomTaskPaneCollection
Dim returnValue As IEnumerator(Of CustomTaskPane)
returnValue = CType(instance, IEnumerable(Of CustomTaskPane)).GetEnumerator()
IEnumerator<CustomTaskPane> IEnumerable<CustomTaskPane>.GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<CustomTaskPane>
Implements
IEnumerable<T>.GetEnumerator()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CustomTaskPaneCollection Class