目次
プロパティ一覧
プロパティ名 | 返値 | 引数 | 説明 |
---|---|---|---|
Count | Long | (なし) | VBComponentコレクションの要素数 |
Parent | VBProject | (なし) | 対応するVBProject |
VBE | VBE | (なし) | 対応するVBE |
メソッド一覧
プロパティ名 | 返値 | 引数 | 説明 |
---|---|---|---|
Add | VBComponent | vbext_ComponentType | |
AddCustom | VBComponent | ProgId | |
Import | VBComponent | FileName | |
Item | VBComponent | Index | |
Remove | (なし) | VBComponent |
vbext_ComponentType
VBComponentの種類を表す列挙型です。
vbext_ct_ActiveXDesigner | ActiveXデザイナー |
vbext_ct_ClassModule | クラスモジュール |
vbext_ct_Document | ドキュメント |
vbext_ct_MSForm | MSForm |
vbext_ct_StdModule | 標準モジュール |
呼出関係
- ← VBProject.VBComponents
- ← VBComponent.Collection
コメント