次の方法で共有


CodePane インターフェイス

定義

[System.Runtime.InteropServices.Guid("0002E176-0000-0000-C000-000000000046")]
public interface CodePane : Microsoft.Vbe.Interop._CodePane
[<System.Runtime.InteropServices.Guid("0002E176-0000-0000-C000-000000000046")>]
type CodePane = interface
    interface _CodePane
Public Interface CodePane
Implements _CodePane
派生
属性
実装

プロパティ

CodeModule (継承元 _CodePane)
CodePaneView (継承元 _CodePane)
Collection (継承元 _CodePane)
CountOfVisibleLines (継承元 _CodePane)
TopLine (継承元 _CodePane)
VBE (継承元 _CodePane)
Window (継承元 _CodePane)

メソッド

GetSelection(Int32, Int32, Int32, Int32) (継承元 _CodePane)
SetSelection(Int32, Int32, Int32, Int32) (継承元 _CodePane)
Show() (継承元 _CodePane)

適用対象