IVsViewRangeClient Interface

Provides management of the view range.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<GuidAttribute("30491A5B-A47E-4C9C-8204-18586648A277")> _
<InterfaceTypeAttribute()> _
Public Interface IVsViewRangeClient
[GuidAttribute("30491A5B-A47E-4C9C-8204-18586648A277")]
[InterfaceTypeAttribute()]
public interface IVsViewRangeClient
[GuidAttribute(L"30491A5B-A47E-4C9C-8204-18586648A277")]
[InterfaceTypeAttribute()]
public interface class IVsViewRangeClient
[<GuidAttribute("30491A5B-A47E-4C9C-8204-18586648A277")>]
[<InterfaceTypeAttribute()>]
type IVsViewRangeClient =  interface end
public interface IVsViewRangeClient

The IVsViewRangeClient type exposes the following members.

Methods

  Name Description
Public method AdjustViewRange Adjust the view range as specified.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace