XmlSchemaElement.FixedValue プロパティ

定義

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

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

プロパティ値

String

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

注釈

コンテンツは単純な型または textOnly. fixed 属性と default 属性は相互に排他的です。

適用対象