System::Xml::XmlTextWriter::LookupPrefix method

XmlTextWriter::LookupPrefix method

Returns the closest prefix defined in the current namespace scope for the namespace URI.

String System::Xml::XmlTextWriter::LookupPrefix(String ns) override
ParameterTypeDescription
nsStringNamespace URI whose prefix you want to find.

ReturnValue

The matching prefix. Or nullptr if no matching namespace URI is found in the current scope.

See Also