IVsExpansionEnumeration2 Interface

Definition

An enumerator which returns the expansions in the expansion manager, one at a time.

public interface class IVsExpansionEnumeration2
public interface class IVsExpansionEnumeration2
__interface IVsExpansionEnumeration2
[System.Runtime.InteropServices.Guid("4DC85CF1-01DF-4DB7-AE1E-B78771D3E40B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsExpansionEnumeration2
[System.Runtime.InteropServices.Guid("4DC85CF1-01DF-4DB7-AE1E-B78771D3E40B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Security.SuppressUnmanagedCodeSecurity]
public interface IVsExpansionEnumeration2
[<System.Runtime.InteropServices.Guid("4DC85CF1-01DF-4DB7-AE1E-B78771D3E40B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsExpansionEnumeration2 = interface
[<System.Runtime.InteropServices.Guid("4DC85CF1-01DF-4DB7-AE1E-B78771D3E40B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Security.SuppressUnmanagedCodeSecurity>]
type IVsExpansionEnumeration2 = interface
Public Interface IVsExpansionEnumeration2
Attributes

Methods

GetCount(UInt32)

Gets the count of expansions in the enumerator.

Next(IntPtr)

Fetches the next expansion.

Reset()

Resets the current position.

Applies to