SchemaCompareProjectBasedModelProvider.Deserialize Method
Deserializes the specified XML node and its children.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overrides Function Deserialize ( _
parent As XmlNode, _
<OutAttribute> ByRef errorMessage As String _
) As Boolean
public override bool Deserialize(
XmlNode parent,
out string errorMessage
)
public:
virtual bool Deserialize(
XmlNode^ parent,
[OutAttribute] String^% errorMessage
) override
abstract Deserialize :
parent:XmlNode *
errorMessage:string byref -> bool
override Deserialize :
parent:XmlNode *
errorMessage:string byref -> bool
public override function Deserialize(
parent : XmlNode,
errorMessage : String
) : boolean
Parameters
- parent
Type: System.Xml.XmlNode
The XML node to deserialize.
- errorMessage
Type: System.String%
The error string to display if the XML cannot be deserialized.
Return Value
Type: System.Boolean
Implements
ISchemaCompareModelProvider.Deserialize(XmlNode, String%)
.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.
See Also
Reference
SchemaCompareProjectBasedModelProvider Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace