共用方式為


GlobalTypeCollection.GetEnumerator Method

Returns an enumerator you can use to enumerate through this collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣告
Public Function GetEnumerator As IEnumerator
public IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
IEnumerator .

Implements

IEnumerable.GetEnumerator()

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace