Resolves a namespace prefix in the current element scope.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As DelegatingXmlDictionaryReader
Dim prefix As String
Dim returnValue As String

returnValue = instance.LookupNamespace(prefix)

Syntax

Visual Basic
Public Overrides Function LookupNamespace ( _
		prefix As String _
) As String
C#
public override string LookupNamespace (
		string prefix
)
C++
public:
virtual String^ LookupNamespace (
		String^ prefix
) override
J#
public String LookupNamespace (
		String prefix
)
JScript
public override function LookupNamespace (
		prefix : String
) : String

Parameters

prefix

Prefix whose namespace Uri to be resolved.

Return Value

The namespace Uri to which the prefix matches or null if no matching prefix is found.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also