XmlSchemaAttribute.Form 属性

定义

获取或设置属性的窗体。

public:
 property System::Xml::Schema::XmlSchemaForm Form { System::Xml::Schema::XmlSchemaForm get(); void set(System::Xml::Schema::XmlSchemaForm value); };
public System.Xml.Schema.XmlSchemaForm Form { get; set; }
member this.Form : System.Xml.Schema.XmlSchemaForm with get, set
Public Property Form As XmlSchemaForm

属性值

XmlSchemaForm

XmlSchemaForm 值之一。 默认为包含该特性的架构元素的 AttributeFormDefault 值。 可选。

适用于