IVsExpansionManager2 Interface

Definition

Provides more code snippet expansion methods.

public interface class IVsExpansionManager2
public interface class IVsExpansionManager2
__interface IVsExpansionManager2
[System.Runtime.InteropServices.Guid("7A271CD7-A2F7-4EDA-B500-614CC3D039FB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsExpansionManager2
[<System.Runtime.InteropServices.Guid("7A271CD7-A2F7-4EDA-B500-614CC3D039FB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsExpansionManager2 = interface
Public Interface IVsExpansionManager2
Attributes

Methods

EnumerateExpansionsAsync(Guid, Int32, String[], Int32, Int32, Int32, IVsTask)

Aysnchronously enumerates the expansions associated with the specified GUID.

Applies to