Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Used to move a dialog box to reveal a selection or highlight.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("22212CD2-83FF-11D2-92E6-005345000000")> _
Public Interface IVsHighlight
'Usage
Dim instance As IVsHighlight
[InterfaceTypeAttribute()]
[GuidAttribute("22212CD2-83FF-11D2-92E6-005345000000")]
public interface IVsHighlight
[InterfaceTypeAttribute()]
[GuidAttribute(L"22212CD2-83FF-11D2-92E6-005345000000")]
public interface class IVsHighlight
[<InterfaceTypeAttribute()>]
[<GuidAttribute("22212CD2-83FF-11D2-92E6-005345000000")>]
type IVsHighlight = interface end
public interface IVsHighlight
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.