다음을 통해 공유


XmlReflectionMember.XmlAttributes 속성

정의

멤버 코드 엔터티에 적용된 XmlAttributes 관련 특성의 컬렉션을 가진 XmlSerializer를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Xml::Serialization::XmlAttributes ^ XmlAttributes { System::Xml::Serialization::XmlAttributes ^ get(); void set(System::Xml::Serialization::XmlAttributes ^ value); };
public System.Xml.Serialization.XmlAttributes XmlAttributes { get; set; }
member this.XmlAttributes : System.Xml.Serialization.XmlAttributes with get, set
Public Property XmlAttributes As XmlAttributes

속성 값

XmlAttributes

멤버 코드에 적용된 XML 특성을 나타내는 XmlAttributes입니다.

설명

웹 서비스 메서드 멤버의 코드 엔터티는 입력 매개 변수, 출력 매개 변수, 반환 형식, 입력 SOAP 헤더 특성 또는 출력 SOAP 헤더 특성일 수 있습니다.

클래스 및 해당 속성을 직접 사용할 XmlReflectionMember 필요가 없습니다.

적용 대상