IVsDataViewHierarchy.InsertItem 메서드 (Int32, String, Int32, array<Object[])
지정 된 노드의 지정 된 부모 노드 아래에 삽입합니다.
네임스페이스: Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
Function InsertItem ( _
parentItemId As Integer, _
typeName As String, _
newItemId As Integer, _
identifier As Object() _
) As Boolean
bool InsertItem(
int parentItemId,
string typeName,
int newItemId,
Object[] identifier
)
bool InsertItem(
int parentItemId,
String^ typeName,
int newItemId,
array<Object^>^ identifier
)
abstract InsertItem :
parentItemId:int *
typeName:string *
newItemId:int *
identifier:Object[] -> bool
function InsertItem(
parentItemId : int,
typeName : String,
newItemId : int,
identifier : Object[]
) : boolean
매개 변수
parentItemId
형식: Int32새 노드의 상위의 전체 이름입니다.
typeName
형식: String새 노드 형식의 이름입니다.
newItemId
형식: Int32새 노드를 삽입 하는 숫자 식별자입니다.
identifier
형식: array<Object[]새 노드를 나타내는 식별자 부분을 포함 하는 배열입니다.
반환 값
형식: Boolean
true 노드를 삽입 한 경우. 그렇지 않으면 false.
예외
예외 | 조건 |
---|---|
ArgumentNullException | typeName 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)입니다. |
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.