次の方法で共有


XmlSchemaAnnotation.UnhandledAttributes プロパティ

スキーマの対象となる名前空間に属さない限定された属性を取得および設定します。

Public Property UnhandledAttributes As XmlAttribute ()
[C#]
public XmlAttribute[] UnhandledAttributes {get; set;}
[C++]
public: __property XmlAttribute* get_UnhandledAttributes();public: __property void set_UnhandledAttributes(XmlAttribute*[]);
[JScript]
public function get UnhandledAttributes() : XmlAttribute[];
public function set UnhandledAttributes(XmlAttribute[]);

プロパティ値

別のターゲット名前空間に属している限定された属性。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaAnnotation クラス | XmlSchemaAnnotation メンバ | System.Xml.Schema 名前空間