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

XmlAttributes,表示应用于成员代码的 XML 属性。

注解

Web 服务方法成员的代码实体可以是输入参数、输出参数、返回类型、输入 SOAP 标头属性或输出 SOAP 标头属性。

无需直接使用 XmlReflectionMember 类及其属性。

适用于