XmlSerializationReader.ReadReference(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取用于引用 SOAP 编码中的 XML 元素的 href
特性(在 SOAP 1.2 中为 ref
特性)的值。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
bool ReadReference([Runtime::InteropServices::Out] System::String ^ % fixupReference);
protected bool ReadReference (out string? fixupReference);
protected bool ReadReference (out string fixupReference);
member this.ReadReference : string -> bool
Protected Function ReadReference (ByRef fixupReference As String) As Boolean
参数
- fixupReference
- String
将 href
特性值读入到其中的输出字符串。
返回
如果值已读取,则为 true
;否则为 false
。
注解
的受保护成员XmlSerializationReader仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。
从属性值中删除href
了开始#
符号。
SOAP 编码允许一个唯一的 XML 元素在 SOAP 消息中作为由属性标识的元素出现一multiRef
id
次。
id
可以使用 SOAP 1.2 中的属性 (或ref
替换元素中的属性) 多次href
引用该值。
SOAP 1.1 规范的第 5 部分介绍了 SOAP 编码。