次の方法で共有


CodeModule インターフェイス

定義

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

プロパティ

CodePane (継承元 _CodeModule)
CountOfDeclarationLines (継承元 _CodeModule)
CountOfLines (継承元 _CodeModule)
Lines[Int32, Int32] (継承元 _CodeModule)
Name (継承元 _CodeModule)
Parent (継承元 _CodeModule)
ProcBodyLine[String, vbext_ProcKind] (継承元 _CodeModule)
ProcCountLines[String, vbext_ProcKind] (継承元 _CodeModule)
ProcOfLine[Int32, vbext_ProcKind] (継承元 _CodeModule)
ProcStartLine[String, vbext_ProcKind] (継承元 _CodeModule)
VBE (継承元 _CodeModule)

メソッド

AddFromFile(String) (継承元 _CodeModule)
AddFromString(String) (継承元 _CodeModule)
CreateEventProc(String, String) (継承元 _CodeModule)
DeleteLines(Int32, Int32) (継承元 _CodeModule)
Find(String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean) (継承元 _CodeModule)
InsertLines(Int32, String) (継承元 _CodeModule)
ReplaceLine(Int32, String) (継承元 _CodeModule)

適用対象