共用方式為


WSTrustRequestSerializer.ReadCustomElement 方法

定義

在衍生類別中覆寫時,讀取自訂項目。

protected:
 virtual void ReadCustomElement(System::Xml::XmlReader ^ reader, System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ context);
protected virtual void ReadCustomElement (System.Xml.XmlReader reader, System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext context);
abstract member ReadCustomElement : System.Xml.XmlReader * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
override this.ReadCustomElement : System.Xml.XmlReader * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
Protected Overridable Sub ReadCustomElement (reader As XmlReader, context As WSTrustSerializationContext)

參數

reader
XmlReader

置於目前項目上的 XmlReader 物件。

context
WSTrustSerializationContext

WSTrustSerializationContext,包含目前序列化內容。

備註

預設實作會擲回 NotSupportedException

適用於