Returns a string. This string is the fixed value of the attribute being queried. The <attribute>
declaration includes the fixed
attribute.
The following is an example of the fixed
attribute in an XML Schema.
<schema> <element name="someelement"> <attribute name="someattribute" fixed="attr text" type="string"/> </element> </schema>
var strFixedValue = oISchemaAttribute.fixedValue;
None.
fixed
attribute.strFixedValue = oISchemaAttribute.fixedValue
None.
fixed
attribute.HRESULT get_fixedValue(BSTR* fixedValue);
fixed
attribute.fixedValue
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