다음을 통해 공유


IVsDataViewHierarchy.DelayInsertItem 메서드 (String, IVsDataViewSelectionInfo, Int32, array<Object[])

지정 된 노드의 부모 노드가 아직 확장 되어 만들어지지 않습니다 경우 나중에 삽입 될 노드의 큐에 추가 합니다. 그렇지 않으면 즉시 지정 된 노드를 삽입합니다.

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

구문

‘선언
Function DelayInsertItem ( _
    parentFullName As String, _
    childSelectionInfo As IVsDataViewSelectionInfo, _
    newItemId As Integer, _
    identifier As Object() _
) As Boolean
bool DelayInsertItem(
    string parentFullName,
    IVsDataViewSelectionInfo childSelectionInfo,
    int newItemId,
    Object[] identifier
)
bool DelayInsertItem(
    String^ parentFullName, 
    IVsDataViewSelectionInfo^ childSelectionInfo, 
    int newItemId, 
    array<Object^>^ identifier
)
abstract DelayInsertItem : 
        parentFullName:string * 
        childSelectionInfo:IVsDataViewSelectionInfo * 
        newItemId:int * 
        identifier:Object[] -> bool
function DelayInsertItem(
    parentFullName : String, 
    childSelectionInfo : IVsDataViewSelectionInfo, 
    newItemId : int, 
    identifier : Object[]
) : boolean

매개 변수

  • parentFullName
    형식: String

    새 노드의 상위의 전체 이름입니다.

  • newItemId
    형식: Int32

    새 노드를 삽입 하는 숫자 식별자입니다.

  • identifier
    형식: array<Object[]

    새 노드를 나타내는 식별자 부분을 포함 하는 배열입니다.

반환 값

형식: Boolean
true 즉시 새 노드를 삽입 하는 경우. false새 노드의 지연된 삽입에 대 한 큐에 배치 됩니다 즉시 삽입 됩니다 경우.

예외

예외 조건
ArgumentNullException

parentFullName 또는 childSelectionInfo 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)인 경우

설명

개체

.NET Framework 보안

참고 항목

참조

IVsDataViewHierarchy 인터페이스

DelayInsertItem 오버로드

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