Returns a name for the schema item in the form of a string. The name is the schema attribute name in the declaration of the item.
The following is an example of the name
attribute, used in an XML Schema.
<schema>
<element name
="title"/>
</schema>
var strName = oISchemaItem.name;
None.
name
attribute of the schema item.strName = oISchemaItem.name
None.
name
attribute of the schema item.HRESULT get_name(BSTR* name);
name
attribute of the schema item.name
parameter returns 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