ProjectItemDefinitionElement.ShouldCloneXmlAttribute(XmlAttribute) Method

Definition

Do not clone attributes which can be metadata. The corresponding expressed as attribute project elements are responsible for adding their attribute

protected:
 override bool ShouldCloneXmlAttribute(System::Xml::XmlAttribute ^ attribute);
protected override bool ShouldCloneXmlAttribute (System.Xml.XmlAttribute attribute);
override this.ShouldCloneXmlAttribute : System.Xml.XmlAttribute -> bool
Protected Overrides Function ShouldCloneXmlAttribute (attribute As XmlAttribute) As Boolean

Parameters

attribute
XmlAttribute

Returns

Applies to