CodeModule インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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) |