DelegatingXmlDictionaryReader.LookupNamespace Method

Resolves a namespace prefix in the current element scope.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim prefix As String
Dim returnValue As String

returnValue = instance.LookupNamespace(prefix)

Syntax

'Declaration
Public Overrides Function LookupNamespace ( _
    prefix As String _
) As String
public override string LookupNamespace (
    string prefix
)
public:
virtual String^ LookupNamespace (
    String^ prefix
) override
public String LookupNamespace (
    String prefix
)
public override function LookupNamespace (
    prefix : String
) : String

Parameter

  • prefix
    Prefix whose namespace Uri to be resolved.

Rückgabewert

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

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace