IVsaItems.Remove Yöntem (Int32)
Bir öğeyi dizin değeri tarafından belirtilen koleksiyondan kaldırır.
Ad alanı: Microsoft.Vsa
Derleme: Microsoft.Vsa (Microsoft.Vsa.dll içinde)
Sözdizimi
'Bildirim
<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
)
Parametreler
index
Tür: Int32Kaldırılacak öğenin dizini değeri.