IVsDataExplorerNodeSelection.Remove 메서드 (String, array<Object )
노드 선택 그룹에서 지정 된 노드를 제거합니다.
네임스페이스: Microsoft.VisualStudio.Data.Services
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
Function Remove ( _
typeName As String, _
identifier As Object() _
) As Boolean
bool Remove(
string typeName,
Object[] identifier
)
bool Remove(
String^ typeName,
array<Object^>^ identifier
)
abstract Remove :
typeName:string *
identifier:Object[] -> bool
function Remove(
typeName : String,
identifier : Object[]
) : boolean
매개 변수
- typeName
형식: System.String
노드를 제거 하려면 표시 되는 데이터 개체 형식의 이름입니다.
- identifier
형식: array<System.Object[]
배열 노드를 나타내는 데이터 개체 식별자 부분입니다.
반환 값
형식: System.Boolean
true 노드를 제거한 경우. 그렇지 않으면 false.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.