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 です。 省略可能。

注釈

これらのクラスは修正できないため、XmlSchemaPatternFacetこのプロパティは によってXmlSchemaEnumerationFacet使用されません。

適用対象