ProjectElement.ShouldCloneXmlAttribute(XmlAttribute) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hook for subclasses to specify whether the given attribute
should be cloned or not
protected:
virtual bool ShouldCloneXmlAttribute(System::Xml::XmlAttribute ^ attribute);
protected virtual bool ShouldCloneXmlAttribute (System.Xml.XmlAttribute attribute);
abstract member ShouldCloneXmlAttribute : System.Xml.XmlAttribute -> bool
override this.ShouldCloneXmlAttribute : System.Xml.XmlAttribute -> bool
Protected Overridable Function ShouldCloneXmlAttribute (attribute As XmlAttribute) As Boolean
Parameters
- attribute
- XmlAttribute