RegistrationXmlSerializer.Deserialize, méthode
Espace de noms : Microsoft.TeamFoundation.Server
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Shared Function Deserialize ( _
root As XmlNode, _
type As Type _
) As Object
public static Object Deserialize(
XmlNode root,
Type type
)
Paramètres
- root
Type : System.Xml.XmlNode
- type
Type : System.Type
Valeur de retour
Type : System.Object
retourne Object ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.