Share via


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 名前空間