XmlReflectionMember.XmlAttributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
멤버 코드 엔터티에 적용된 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
속성 값
멤버 코드에 적용된 XML 특성을 나타내는 XmlAttributes입니다.
설명
웹 서비스 메서드 멤버의 코드 엔터티는 입력 매개 변수, 출력 매개 변수, 반환 형식, 입력 SOAP 헤더 특성 또는 출력 SOAP 헤더 특성일 수 있습니다.
클래스 및 해당 속성을 직접 사용할 XmlReflectionMember 필요가 없습니다.