Intersoft ClientUI Documentation
LookupNamespace Method



The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.
Resolves a namespace prefix in the current element's scope.
Syntax
Public Overrides Function LookupNamespace( _
   ByVal prefix As String _
) As String
Dim instance As XPSParser
Dim prefix As String
Dim value As String
 
value = instance.LookupNamespace(prefix)
public override string LookupNamespace( 
   string prefix
)
public:
String^ LookupNamespace( 
   String^ prefix
) override 

Parameters

prefix
The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.

Return Value

The namespace URI to which the prefix maps or null if no matching prefix is found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSParser Class
XPSParser Members

Send Feedback