Gets an enumerator for this project item collection.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetEnumerator As IEnumerator
'使用
Dim instance As OANavigableProjectItems
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator()
public function GetEnumerator() : IEnumerator
Return Value
Type: System.Collections.IEnumerator
An IEnumerator object if there are items in the collection, otherwise a null reference (Nothing in Visual Basic).
Implements
ProjectItemsGetEnumerator()
IEnumerable.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.