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

属性值

预设的且不可更改的固定值。 默认为空引用。 可选。

注解

内容应为简单类型或 textOnlyfixeddefault 特性互相排斥。

适用于