다음을 통해 공유


TipPosPreference Enumeration

Determines where the tip window is placed relative to the context stream.

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

Syntax

‘선언
Public Enumeration TipPosPreference
‘사용 방법
Dim instance As TipPosPreference
public enum TipPosPreference
public enum class TipPosPreference
type TipPosPreference
public enum TipPosPreference

Members

Member name Description
TPP_ABOVE Tip window is positioned above the context stream.
TPP_BELOW Tip window is positioned below the context stream.
TPP_LEFT Tip window is positioned to the left of the context stream.
TPP_RIGHT Tip window is positioned to the right of the context stream.
TPP_DOCKED Not implemented. This value defaults to TPP_ABOVE.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace