EntityInstanceEnumeratorBase.MoveNext メソッド (Microsoft.Office.Server.ApplicationRegistry.Runtime)
派生クラスで上書きする際に、列挙子をコレクションの次の要素に進めます。
名前空間: Microsoft.Office.Server.ApplicationRegistry.Runtime
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Public Overridable Function MoveNext As Boolean
'使用
Dim instance As EntityInstanceEnumeratorBase
Dim returnValue As Boolean
returnValue = instance.MoveNext
public virtual bool MoveNext ()
戻り値
列挙子をコレクションの次の要素に正常に進める場合は true、列挙子をコレクションの最後に進める場合は false。
関連項目
参照
EntityInstanceEnumeratorBase クラス
EntityInstanceEnumeratorBase メンバ
Microsoft.Office.Server.ApplicationRegistry.Runtime 名前空間