Returns a string. This string is the default value of the attribute being queried. The <attribute>
declaration includes the default
attribute.
The following is an example of a default
attribute in an XML Schema.
<schema> <element name="someelement"> <attribute name="someattribute" default="attr text" type="string"/> </element> </schema>
var strDefaultValue = oISchemaAttribute.defaultValue;
None.
default
attribute.strDefaultValue = oISchemaAttribute.defaultValue
None.
default
attribute.HRESULT get_defaultValue(BSTR* defaultValue);
default
attribute.defaultValue
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.
Applies to: ISchemaAttribute Interface