IVsHighlight Interface

Definition

Used to move a dialog box to reveal a selection or highlight.

public interface class IVsHighlight
public interface class IVsHighlight
__interface IVsHighlight
[System.Runtime.InteropServices.Guid("22212CD2-83FF-11D2-92E6-005345000000")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsHighlight
[System.Runtime.InteropServices.Guid("22212CD2-83FF-11D2-92E6-005345000000")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHighlight
[<System.Runtime.InteropServices.Guid("22212CD2-83FF-11D2-92E6-005345000000")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsHighlight = interface
[<System.Runtime.InteropServices.Guid("22212CD2-83FF-11D2-92E6-005345000000")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHighlight = interface
Public Interface IVsHighlight
Attributes

Remarks

A dialog box gets the screen coordinates of a selection or highlight to determine if it should move itself to reveal the selection or highlight.

Notes to Implementers

Implemented by IVsWindowFrame objects.

Methods

GetHighlightRect(RECT[])

Returns the screen coordinates of a highlight rectangle.

Applies to