XmlSchemaAttribute.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。 可选。

注解

FixedValue 指示属性值(如果存在)必须等于提供的值。 默认情况下,此属性设置为 null,这意味着不会为该属性提供固定值。 属性fixed``default是互斥的。

可选。

适用于