System::Xml::XmlNamespaceManager::LookupPrefix 方法

XmlNamespaceManager::LookupPrefix method

查找给定命名空间 URI 声明的前缀。

String System::Xml::XmlNamespaceManager::LookupPrefix(const String &uri) override
参数类型描述
uriconst String&要为前缀解析的命名空间。

ReturnValue

匹配的前缀。如果没有映射的前缀,方法返回 String::Empty。如果提供了空值,则返回 nullptr

另见