ProjectItemDefinitionElement.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.
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