次の方法で共有


XmlSchemaElement.FixedValue プロパティ

固定値を取得または設定します。

Public Property FixedValue As String
[C#]
public string FixedValue {get; set;}
[C++]
public: __property String* get_FixedValue();public: __property void set_FixedValue(String*);
[JScript]
public function get FixedValue() : String;public function set FixedValue(String);

プロパティ値

事前に決定されており、変更できない固定値。既定値は null 参照です。

省略可能。

解説

コンテンツは、単純型または textOnly になります。fixed 属性と default 属性は同時には指定できません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaElement クラス | XmlSchemaElement メンバ | System.Xml.Schema 名前空間