ホーム › Data.Xml.MsXml › ISchema
ISchema
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 9
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 14 | HRESULT get_targetNamespace(LPWSTR* targetNamespace) |
| 15 | HRESULT get_version(LPWSTR* version) |
| 16 | HRESULT get_types(ISchemaItemCollection** types) |
| 17 | HRESULT get_elements(ISchemaItemCollection** elements) |
| 18 | HRESULT get_attributes(ISchemaItemCollection** attributes) |
| 19 | HRESULT get_attributeGroups(ISchemaItemCollection** attributeGroups) |
| 20 | HRESULT get_modelGroups(ISchemaItemCollection** modelGroups) |
| 21 | HRESULT get_notations(ISchemaItemCollection** notations) |
| 22 | HRESULT get_schemaLocations(ISchemaStringCollection** schemaLocations) |