Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As RequestInformationCardsResponseSerializer Dim reader As XmlReader Dim returnValue As RequestInformationCardsResponse returnValue = instance.ReadXml(reader) |
Синтаксис
Visual Basic |
---|
Public Overridable Function ReadXml ( _ reader As XmlReader _ ) As RequestInformationCardsResponse |
C# |
---|
public virtual RequestInformationCardsResponse ReadXml ( XmlReader reader ) |
C++ |
---|
public: virtual RequestInformationCardsResponse^ ReadXml ( XmlReader^ reader ) |
J# |
---|
public RequestInformationCardsResponse ReadXml ( XmlReader reader ) |
JScript |
---|
public function ReadXml ( reader : XmlReader ) : RequestInformationCardsResponse |
Параметры
- reader
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.