IVsDataViewHierarchy.RemoveItem 메서드 (Int32)

서버 탐색기에서 지정 된 노드를 제거 하 고이 삭제 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Function RemoveItem ( _
    itemId As Integer _
) As Boolean
bool RemoveItem(
    int itemId
)
bool RemoveItem(
    int itemId
)
abstract RemoveItem : 
        itemId:int -> bool
function RemoveItem(
    itemId : int
) : boolean

매개 변수

  • itemId
    형식: Int32

    노드 제거에 대 한 숫자 식별자입니다.

반환 값

형식: Boolean
true 노드를 제거 하는 경우. 그렇지 않으면 false.

설명

이 메서드는 호출을 위임의 RemoveItem 메서드. 항목 ID에 정수 매개 변수를 전달 하 고 false 에 Boolean 인수.

.NET Framework 보안

참고 항목

참조

IVsDataViewHierarchy 인터페이스

RemoveItem 오버로드

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스

DiscardItem