Returns a string. This string contains the fixed value of the element being queried. The <element>
declaration includes the fixed
attribute.
var strFixedValue = oISchemaElement.fixedValue;
None.
fixed
attribute in the <element>
declaration.strFixedValue = oISchemaElement.fixedValue
None.
fixed
attribute in the <element>
declaration.HRESULT get_fixedValue(BSTR* fixedValue);
fixed
attribute in the <element>
declaration.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: ISchemaElement Interface