Gets the value of the attribute at the given index.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As DelegatingXmlDictionaryReader Dim i As Integer Dim returnValue As String returnValue = instance.GetAttribute(i) |
Синтаксис
Visual Basic |
---|
Public Overrides Function GetAttribute ( _ i As Integer _ ) As String |
C# |
---|
public override string GetAttribute ( int i ) |
C++ |
---|
public: virtual String^ GetAttribute ( int i ) override |
J# |
---|
public String GetAttribute ( int i ) |
JScript |
---|
public override function GetAttribute ( i : int ) : String |
Параметры
- i
-
The index of the attribute. The index is 0 based index.
Возвращаемое значение
The value of the attribute at the specified index.Примечания
The method does not move the reader position.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.