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
属性值
XmlAttributes,表示应用于成员代码的 XML 属性。
注解
Web 服务方法成员的代码实体可以是输入参数、输出参数、返回类型、输入 SOAP 标头属性或输出 SOAP 标头属性。
无需直接使用 XmlReflectionMember 类及其属性。