IVsaItems.Remove Method (Int32)
Removes an item from the collection, as specified by its index value.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'إقرار
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
index As Integer _
)
'الاستخدام
Dim instance As IVsaItems
Dim index As Integer
instance.Remove(index)
[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
)
Parameters
- index
Type: System.Int32
The index value of the item to be removed.