次の方法で共有


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スローされます。

適用対象