XmlSchemaAnnotated.UnhandledAttributes 속성

정의

현재 스키마의 대상 네임스페이스에 속하지 않는 정규화된 특성을 가져오거나 설정합니다.

public:
 property cli::array <System::Xml::XmlAttribute ^> ^ UnhandledAttributes { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[]? UnhandledAttributes { get; set; }
public System.Xml.XmlAttribute[] UnhandledAttributes { get; set; }
member this.UnhandledAttributes : System.Xml.XmlAttribute[] with get, set
Public Property UnhandledAttributes As XmlAttribute()

속성 값

스키마의 대상 네임스페이스에 속하지 않는 정규화된 XmlAttribute 개체의 배열입니다.

적용 대상