Edit

Share via


_CodeModule Interface

Definition

[System.Runtime.InteropServices.Guid("0002E16E-0000-0000-C000-000000000046")]
public interface _CodeModule
[<System.Runtime.InteropServices.Guid("0002E16E-0000-0000-C000-000000000046")>]
type _CodeModule = interface
Public Interface _CodeModule
Derived
Attributes

Properties

CodePane
CountOfDeclarationLines
CountOfLines
Lines[Int32, Int32]
Name
Parent
ProcBodyLine[String, vbext_ProcKind]
ProcCountLines[String, vbext_ProcKind]
ProcOfLine[Int32, vbext_ProcKind]
ProcStartLine[String, vbext_ProcKind]
VBE

Methods

AddFromFile(String)
AddFromString(String)
CreateEventProc(String, String)
DeleteLines(Int32, Int32)
Find(String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean)
InsertLines(Int32, String)
ReplaceLine(Int32, String)

Applies to