MetadataSerializer.WriteIndexedProtocolEndpoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes an indexed endpoint.
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)
Parameters
- writer
- XmlWriter
The XML writer.
- indexedEP
- IndexedProtocolEndpoint
The indexed endpoint.
- element
- XmlQualifiedName
The XML qualified element.
Exceptions
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.