ModelProviderBase.Deserialize Method

Deserializes the information from the specified XML node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public MustOverride Function Deserialize ( _
    parent As XmlNode, _
    <OutAttribute> ByRef errorMessage As String _
) As Boolean
'Usage
Dim instance As ModelProviderBase
Dim parent As XmlNode
Dim errorMessage As String
Dim returnValue As Boolean

returnValue = instance.Deserialize(parent, _
    errorMessage)
public abstract bool Deserialize(
    XmlNode parent,
    out string errorMessage
)
public:
virtual bool Deserialize(
    XmlNode^ parent, 
    [OutAttribute] String^% errorMessage
) abstract
public abstract function Deserialize(
    parent : XmlNode, 
    errorMessage : String
) : boolean
abstract Deserialize : 
        parent:XmlNode * 
        errorMessage:string -> bool 

Parameters

  • errorMessage
    Type: System.String%
    The resulting error message, if any

Return Value

Type: System.Boolean

Implements

IModelProvider.Deserialize(XmlNode, String%)

.NET Framework Security

See Also

Reference

ModelProviderBase Class

ModelProviderBase Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace