System::Xml::XmlDocument::CreateEntityReference method

XmlDocument::CreateEntityReference method

Creates an XmlEntityReference with the specified name.

virtual SharedPtr<XmlEntityReference> System::Xml::XmlDocument::CreateEntityReference(const String &name)
ParameterTypeDescription
nameconst String&The name of the entity reference.

ReturnValue

The new XmlEntityReference.

See Also