IVsaItems.Remove メソッド (Int32)

インデックス値を指定して、コレクションから項目を削除します。

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Remove ( _
    index As Integer _
)
[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
)

パラメーター

  • index
    型 : Int32

    削除する項目のインデックス値。

参照

関連項目

IVsaItems インターフェイス

Remove オーバーロード

Microsoft.Vsa 名前空間