다음을 통해 공유


IVsExpansionEnumeration.Reset 메서드

열거형의 시작 부분으로 다시 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop.8.0(Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

구문

‘선언
Function Reset As Integer
int Reset()
int Reset()
abstract Reset : unit -> int
function Reset() : int

반환 값

형식: Int32
메서드성공 하면 반환 S_OK.실패할 경우 오류 코드를 반환합니다.

설명

다시 설정하다한 번, 다음 호출 하는 Next메서드열거형에 첫 번째항목을 반환 합니다. 이메서드는열거형를 처음 받을 때 호출할 수 필요가 없습니다.

COM서명

Textmgr2.idl에서:

HRESULT IVsExpansionEnumeration::Reset();

.NET Framework 보안

참고 항목

참조

IVsExpansionEnumeration 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스