Returns the closest prefix defined in the current namespace scope
for the namespace URI.
Пространство имен:
Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Overrides Function LookupPrefix ( _
ns As String _
) As String
|
C# |
public override string LookupPrefix (
string ns
)
|
C++ |
public:
virtual String^ LookupPrefix (
String^ ns
) override
|
J# |
public String LookupPrefix (
String ns
)
|
JScript |
public override function LookupPrefix (
ns : String
) : String
|
Параметры
- ns
-
The namespace URI whose prefix you want to find.
Возвращаемое значение
The matching prefix or null if no matching namespace URI is found
in the current scope.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также