次の方法で共有


vbext_WindowType 列挙型

定義

[System.Runtime.InteropServices.Guid("BE39F3DB-1B13-11D0-887F-00A0C90F2744")]
public enum vbext_WindowType
[<System.Runtime.InteropServices.Guid("BE39F3DB-1B13-11D0-887F-00A0C90F2744")>]
type vbext_WindowType = 
Public Enum vbext_WindowType
継承
vbext_WindowType
属性

フィールド

名前 説明
vbext_wt_CodeWindow 0
vbext_wt_Designer 1
vbext_wt_Browser 2
vbext_wt_Watch 3
vbext_wt_Locals 4
vbext_wt_Immediate 5
vbext_wt_ProjectWindow 6
vbext_wt_PropertyWindow 7
vbext_wt_Find 8
vbext_wt_FindReplace 9
vbext_wt_Toolbox 10
vbext_wt_LinkedWindowFrame 11
vbext_wt_MainWindow 12
vbext_wt_ToolWindow 15

適用対象