IVsaItems.Remove 方法 (String)

从集合中移除按照项的名称指定的项。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<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
)

参数

  • name
    类型:String

    要从集合中移除的项的名称。

请参阅

参考

IVsaItems 接口

Remove 重载

Microsoft.Vsa 命名空间