次の方法で共有


MetadataSerializer.WriteIndexedProtocolEndpoint メソッド

定義

インデックス付きエンドポイントを書き込みます。

protected:
 virtual void WriteIndexedProtocolEndpoint(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::IndexedProtocolEndpoint ^ indexedEP, System::Xml::XmlQualifiedName ^ element);
protected virtual void WriteIndexedProtocolEndpoint (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.IndexedProtocolEndpoint indexedEP, System.Xml.XmlQualifiedName element);
abstract member WriteIndexedProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.IndexedProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
override this.WriteIndexedProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.IndexedProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
Protected Overridable Sub WriteIndexedProtocolEndpoint (writer As XmlWriter, indexedEP As IndexedProtocolEndpoint, element As XmlQualifiedName)

パラメーター

writer
XmlWriter

XML ライター。

indexedEP
IndexedProtocolEndpoint

インデックス付きエンドポイント。

element
XmlQualifiedName

XML 修飾要素。

例外

writernullです。

または

indexedEPnull です。

または

elementnullです。

適用対象