Moves to the attribute with the specified System.Xml.XmlReader.LocalName and System.Xml.XmlReader.NamespaceURI.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As DelegatingXmlDictionaryReader Dim name As String Dim ns As String Dim returnValue As Boolean returnValue = instance.MoveToAttribute(name, ns) |
Синтаксис
Visual Basic |
---|
Public Overrides Function MoveToAttribute ( _ name As String, _ ns As String _ ) As Boolean |
C# |
---|
public override bool MoveToAttribute ( string name, string ns ) |
C++ |
---|
public: virtual bool MoveToAttribute ( String^ name, String^ ns ) override |
J# |
---|
public boolean MoveToAttribute ( String name, String ns ) |
JScript |
---|
public override function MoveToAttribute ( name : String, ns : String ) : boolean |
Параметры
- name
-
The local name of the attribute.
- ns
-
The namespace URI of the attribute.
Возвращаемое значение
true if the attribute is found; otherwise, false.Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.