RegistrationXmlSerializer.Deserialize Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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
- root
Type: System.Xml.XmlNode
- type
Type: System.Type
Return Value
Type: System.Object
Returns Object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.