Returns an identifier for the schema item in the form of a string. This identifier is the id
attribute in the declaration of the item.
The following is an example of the id
attribute, used in an XML Schema.
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="book" id=
"bookID"/>
</schema>
var strID = oISchemaItem.id;
None.
id
attribute of the schema item.strID = oISchemaItem.id
None.
id
attribute of the schema item.HRESULT get_id(BSTR* id);
id
attribute of the schema item.id
parameter is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Declaring Attributes | Declaring Elements
Applies to: ISchemaItem Interface