When overridden in a derived class, reconstructs properties and internal state specific to a derived code group from the specified SecurityElement.
Protected Overridable Sub ParseXml ( _ e As SecurityElement, _ level As PolicyLevel _ )
Dim e As SecurityElement Dim level As PolicyLevel Me.ParseXml(e, level)
protected virtual void ParseXml( SecurityElement e, PolicyLevel level )
protected: virtual void ParseXml( SecurityElement^ e, PolicyLevel^ level )
protected function ParseXml( e : SecurityElement, level : PolicyLevel )
FromXml cannot be overridden. If you need to deserialize members specific to a particular implementation of CodeGroup, you must override ParseXml and deserialize your members there. When the code group is deserialized, FromXml calls ParseXml and reconstructs your members from the SecurityElement.
This method deserializes XML created using CreateXml.
If you implement this method, you must implement the CreateXml method as well.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98