CustomXMLPrefixMappings.LookupNamespace(String) 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.
Allows you to get the namespace corresponding to the specified prefix.
public:
System::String ^ LookupNamespace(System::String ^ Prefix);
public string LookupNamespace (string Prefix);
abstract member LookupNamespace : string -> string
Public Function LookupNamespace (Prefix As String) As String
Parameters
- Prefix
- String
Contains a prefix in the prefix mapping list.
Returns
String
Remarks
If no namespace is assigned to the requested prefix, the method returns an empty string ("").