ProjectElement.ShouldCloneXmlAttribute(XmlAttribute) Method

Definition

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

Returns

Applies to