Edit

Share via


CodeModule Interface

Definition

[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
Derived
Attributes
Implements

Properties

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

Methods

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

Applies to