SPLITNOTIFYCODE 枚举

表示对拆分不同的更改。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Enumeration SPLITNOTIFYCODE
public enum SPLITNOTIFYCODE
public enum class SPLITNOTIFYCODE
type SPLITNOTIFYCODE
public enum SPLITNOTIFYCODE

成员

成员名称 说明
SNC_ANCESTORATTACHED 拆分窗格附加到其父级。
SNC_ANCESTORDETACHED 拆分从其父分离。
SNC_BEGINSIZE 拆分窗格的初始大小。
SNC_ENDSIZE 拆分窗格的最终大小。
SNC_LBUTTONDBLCLK 拆分窗格中双击。

备注

此枚举用作参数。 NotifyPaneNotifyPane

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间