다음을 통해 공유


PANETYPE Enumeration

Specifies the pane to get with GetPane calls.

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

Syntax

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

Members

Member name Description
GP_FOCUS Pane with focus.
GP_NEXT Next pane.
GP_PREV Previous pane.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace