IVsEnumIndependentViews 인터페이스
독립 뷰 컬렉션을 열거합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
<GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumIndependentViews
[GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[InterfaceTypeAttribute()]
public interface IVsEnumIndependentViews
[GuidAttribute(L"B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[InterfaceTypeAttribute()]
public interface class IVsEnumIndependentViews
[<GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")>]
[<InterfaceTypeAttribute()>]
type IVsEnumIndependentViews = interface end
public interface IVsEnumIndependentViews
IVsEnumIndependentViews 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
GetCount | 열거 시퀀스에서 총 독립 뷰를 반환합니다. | |
Next | 열거 시퀀스에서 독립 뷰를 검색합니다. | |
Reset | 열거형 시퀀스를 처음으로 다시 설정합니다. |
위쪽