Moves to the attribute with the specified
System.Xml.XmlReader.LocalName and
System.Xml.XmlReader.NamespaceURI.
Namespace:
Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As DelegatingXmlDictionaryReader
Dim name As String
Dim ns As String
Dim returnValue As Boolean
returnValue = instance.MoveToAttribute(name, ns)
|
Syntax
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
|
Parameters
- name
-
The local name of the attribute.
- ns
-
The namespace URI of the attribute.
Return Value
true if the attribute is found; otherwise, false.
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