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 值。 默认值是包含特性的架构元素的值 AttributeFormDefault 。 Optional.

适用于