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 네임스페이스