IVsEnumIndependentViews Interface

Definition

Enumerates a collection of independent views.

public interface class IVsEnumIndependentViews
public interface class IVsEnumIndependentViews
__interface IVsEnumIndependentViews
[System.Runtime.InteropServices.Guid("B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumIndependentViews
[System.Runtime.InteropServices.Guid("B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumIndependentViews
[<System.Runtime.InteropServices.Guid("B9040F95-DADB-443A-A3C3-1C442F1BDA72")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumIndependentViews = interface
[<System.Runtime.InteropServices.Guid("B9040F95-DADB-443A-A3C3-1C442F1BDA72")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumIndependentViews = interface
Public Interface IVsEnumIndependentViews
Attributes

Methods

GetCount(UInt32)

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

Next(UInt32, Object[], UInt32)

Retrieves independent views from the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Applies to