SchemaCompareExcludedElement.Deserialize Method
Deserializes the element from the provided XML node.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Sub Deserialize ( _
xmlNode As XmlNode _
)
public virtual void Deserialize(
XmlNode xmlNode
)
public:
virtual void Deserialize(
XmlNode^ xmlNode
)
abstract Deserialize :
xmlNode:XmlNode -> unit
override Deserialize :
xmlNode:XmlNode -> unit
public function Deserialize(
xmlNode : XmlNode
)
Parameters
- xmlNode
Type: System.Xml.XmlNode
An XmlNode that represents the excluded element.
.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
SchemaCompareExcludedElement Class