IVsaItems.Remove - метод (Int32)

Удаляет элемент из коллекции по значению индекса.

Пространство имен:  Microsoft.Vsa
Сборка:  Microsoft.Vsa (в Microsoft.Vsa.dll)

Синтаксис

'Декларация
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
    index As Integer _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Remove(
    int index
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Remove(
    int index
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Remove : 
        index:int -> unit
function Remove(
    index : int
)

Параметры

  • index
    Тип: Int32

    Значение индекса удаляемого элемента.

См. также

Ссылки

IVsaItems Интерфейс

Remove - перегрузка

Microsoft.Vsa - пространство имен