MetadataSerializer.ReadIndexedProtocolEndpoint(XmlReader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取有索引的端點。
protected:
virtual System::IdentityModel::Metadata::IndexedProtocolEndpoint ^ ReadIndexedProtocolEndpoint(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Metadata.IndexedProtocolEndpoint ReadIndexedProtocolEndpoint (System.Xml.XmlReader reader);
abstract member ReadIndexedProtocolEndpoint : System.Xml.XmlReader -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
override this.ReadIndexedProtocolEndpoint : System.Xml.XmlReader -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
Protected Overridable Function ReadIndexedProtocolEndpoint (reader As XmlReader) As IndexedProtocolEndpoint
參數
- reader
- XmlReader
XML 讀取器。
傳回
有索引的端點。
例外狀況
reader
為 null
。