XmlSchemaComplexType.AnyAttribute プロパティ

定義

複合型の XmlSchemaAnyAttribute コンポーネントの値を取得または設定します。

public:
 property System::Xml::Schema::XmlSchemaAnyAttribute ^ AnyAttribute { System::Xml::Schema::XmlSchemaAnyAttribute ^ get(); void set(System::Xml::Schema::XmlSchemaAnyAttribute ^ value); };
public System.Xml.Schema.XmlSchemaAnyAttribute? AnyAttribute { get; set; }
public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get; set; }
member this.AnyAttribute : System.Xml.Schema.XmlSchemaAnyAttribute with get, set
Public Property AnyAttribute As XmlSchemaAnyAttribute

プロパティ値

複合型の XmlSchemaAnyAttribute コンポーネント。

注釈

このプロパティが null でない場合、複合型には、 で指定された名前空間の属性を XmlSchemaAnyAttribute含めることができます。

適用対象