IVsViewRangeClient Interface

Definition

Provides management of the view range.

public interface class IVsViewRangeClient
public interface class IVsViewRangeClient
__interface IVsViewRangeClient
[System.Runtime.InteropServices.Guid("30491A5B-A47E-4C9C-8204-18586648A277")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsViewRangeClient
[System.Runtime.InteropServices.Guid("30491A5B-A47E-4C9C-8204-18586648A277")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsViewRangeClient
[<System.Runtime.InteropServices.Guid("30491A5B-A47E-4C9C-8204-18586648A277")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsViewRangeClient = interface
[<System.Runtime.InteropServices.Guid("30491A5B-A47E-4C9C-8204-18586648A277")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsViewRangeClient = interface
Public Interface IVsViewRangeClient
Attributes

Methods

AdjustViewRange(IVsTextView, TextViewAction, Int32, Int32)

Adjust the view range as specified.

Applies to