Removes a claim from the ClaimCollection at the specified
index.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As ClaimCollection
Dim index As Integer
instance.RemoveAt(index)
|
Синтаксис
Visual Basic |
Public Sub RemoveAt ( _
index As Integer _
)
|
C# |
public void RemoveAt (
int index
)
|
C++ |
public:
virtual void RemoveAt (
int index
) sealed
|
J# |
public final void RemoveAt (
int index
)
|
JScript |
public final function RemoveAt (
index : int
)
|
Параметры
- index
-
The zero-based index of the claim to remove.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также