Gets the value of the attribute with the specified index.
Пространство имен:
Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Overrides ReadOnly Default Property Item ( _
i As Integer _
) As String
|
C# |
public override string this [
int i
] { get; }
|
C++ |
public:
virtual property String^ default [int] {
String^ get (int i) override;
}
|
J# |
/** @property */
public String get_Item (int i)
|
Параметры
- i
-
index of the attribute.
Значение свойства
Attribute value at the specified index.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также