ファセットが固定されていることを示す情報を取得または設定します。
XmlSchemaEnumerationFacet クラスおよび XmlSchemaPatternFacet クラスは固定できないため、このプロパティはこれらのクラスで使用されません。
Public Overridable Property IsFixed As Boolean
[C#]
public virtual bool IsFixed {get; set;}
[C++]
public: __property virtual bool get_IsFixed();public: __property virtual void set_IsFixed(bool);
[JScript]
public function get IsFixed() : Boolean;public function set IsFixed(Boolean);
プロパティ値
値が固定されている場合は、 true 。それ以外の場合は false 。既定値は false です。
省略可能。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
XmlSchemaFacet クラス | XmlSchemaFacet メンバ | System.Xml.Schema 名前空間