Metodo RequestInformationCardsResponseSerializer.ReadXml
Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Utilizzo
Dim instance As RequestInformationCardsResponseSerializer Dim reader As XmlReader Dim returnValue As RequestInformationCardsResponse returnValue = instance.ReadXml(reader)
Sintassi
'Dichiarazione
Public Overridable Function ReadXml ( _
reader As XmlReader _
) As RequestInformationCardsResponse
public virtual RequestInformationCardsResponse ReadXml (
XmlReader reader
)
public:
virtual RequestInformationCardsResponse^ ReadXml (
XmlReader^ reader
)
public RequestInformationCardsResponse ReadXml (
XmlReader reader
)
public function ReadXml (
reader : XmlReader
) : RequestInformationCardsResponse
Parametri
- reader
Thread safety
Alcuni membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non esiste garanzia che tutti i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vedere anche
Riferimento
Classe RequestInformationCardsResponseSerializer
Membri RequestInformationCardsResponseSerializer
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSIdentity