XmlSchemaElement.FixedValue プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
固定値を取得または設定します。
public:
property System::String ^ FixedValue { System::String ^ get(); void set(System::String ^ value); };
public string? FixedValue { get; set; }
public string FixedValue { get; set; }
member this.FixedValue : string with get, set
Public Property FixedValue As String
プロパティ値
事前に決定されており、変更できない固定値。 既定値は null 参照です。 省略可能。
注釈
コンテンツは単純な型または textOnly
. fixed
属性と default
属性は相互に排他的です。