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
属性值
预设的且不可更改的固定值。 默认为空引用。 可选。
注解
内容应为简单类型或 textOnly
。
fixed
和 default
特性互相排斥。