共用方式為


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

適用於