IVsEnumIndependentViews Interface

 

Enumerates a collection of independent views.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumIndependentViews

NameDescription
System_CAPS_pubmethodGetCount(UInt32)

Returns the total count of independent views in the enumeration sequence.

System_CAPS_pubmethodNext(UInt32, Object[], UInt32)

Retrieves independent views from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

Return to top
Show: