IVsaItems.Remove Method (String)
Removes an item from the collection, as specified by its name.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'إقرار
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
name As String _
)
'الاستخدام
Dim instance As IVsaItems
Dim name As String
instance.Remove(name)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Remove(
string name
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Remove(
String^ name
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Remove :
name:string -> unit
function Remove(
name : String
)
Parameters
- name
Type: System.String
The name of the item to be removed from the collection.