IVsAutoOutliningClient Interface

Definition

Contains a method to query whether to wait to de-persist outlining state.

public interface class IVsAutoOutliningClient
public interface class IVsAutoOutliningClient
__interface IVsAutoOutliningClient
[System.Runtime.InteropServices.Guid("5151882E-58E1-4856-BFE8-4F17A30BE839")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAutoOutliningClient
[System.Runtime.InteropServices.Guid("5151882E-58E1-4856-BFE8-4F17A30BE839")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAutoOutliningClient
[<System.Runtime.InteropServices.Guid("5151882E-58E1-4856-BFE8-4F17A30BE839")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAutoOutliningClient = interface
[<System.Runtime.InteropServices.Guid("5151882E-58E1-4856-BFE8-4F17A30BE839")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAutoOutliningClient = interface
Public Interface IVsAutoOutliningClient
Derived
Attributes

Methods

QueryWaitForAutoOutliningCallback(Int32)

Determines whether to wait to de-persist outlining state.

Applies to