XmlSchemaFacet.IsFixed 属性

定义

获取或设置指示此方面已固定的信息。

public:
 virtual property bool IsFixed { bool get(); void set(bool value); };
public virtual bool IsFixed { get; set; }
member this.IsFixed : bool with get, set
Public Overridable Property IsFixed As Boolean

属性值

如果为 true,则值是固定的;否则为 false。 默认值为 false。 可选。

注解

此属性未由 XmlSchemaEnumerationFacetXmlSchemaPatternFacet 使用,因为这些类无法修复。

适用于