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

プロパティ値

事前に定義され、変更できない固定値。 既定値は null 参照です。 このフィールドは省略可能です。

注釈

コンテンツは単純型または textOnlyにする必要があります。 fixed属性とdefault属性は相互に排他的です。

適用対象