ReadOnlyLinkedElementCollection<T>.Enumerator.MoveNext Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Function MoveNext As Boolean
'使用
Dim instance As ReadOnlyLinkedElementCollection<(Of <(T>)>)..::.Enumerator
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public bool MoveNext()
public:
virtual bool MoveNext() sealed
public final function MoveNext() : boolean

Return Value

Type: System.Boolean

Implements

IEnumerator.MoveNext()

Permissions

See Also

Reference

ReadOnlyLinkedElementCollection<T>.Enumerator Structure

ReadOnlyLinkedElementCollection<T>.Enumerator Members

Microsoft.VisualStudio.Modeling Namespace