RegistrationXmlSerializer.Deserialize Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Public Shared Function Deserialize ( _
    root As XmlNode, _
    type As Type _
) As Object
public static Object Deserialize(
    XmlNode root,
    Type type
)
public:
static Object^ Deserialize(
    XmlNode^ root, 
    Type^ type
)
static member Deserialize : 
        root:XmlNode * 
        type:Type -> Object 
public static function Deserialize(
    root : XmlNode, 
    type : Type
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

RegistrationXmlSerializer Class

Microsoft.TeamFoundation.Server Namespace