XmlAttributeEventArgs.ExpectedAttributes 속성

정의

XML 문서 인스턴스에 있어야 하는 XML 특성 이름의 쉼표로 구분된 목록을 가져옵니다.

public:
 property System::String ^ ExpectedAttributes { System::String ^ get(); };
public string ExpectedAttributes { get; }
member this.ExpectedAttributes : string
Public ReadOnly Property ExpectedAttributes As String

속성 값

String

XML 특성 이름의 쉼표로 구분된 목록입니다. 각 이름은 namespace:name 형식입니다.

적용 대상