Método IVsaItems.Remove (String)
Remove um item da coleção, conforme especificado por seu nome.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (em Microsoft.Vsa.dll)
Sintaxe
'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
name As String _
)
[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
)
Parâmetros
name
Tipo: StringO nome do item a ser removido da coleção.