Partilhar via


Método IVsDataViewHierarchy.InsertItem (Int32, IVsDataViewSelectionInfo, Int32, array<Object )

Insere o nó especificado e os seus filhos, se houver, sob o nó pai especificado.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Function InsertItem ( _
    parentItemId As Integer, _
    childSelectionInfo As IVsDataViewSelectionInfo, _
    newItemId As Integer, _
    identifier As Object() _
) As Boolean
bool InsertItem(
    int parentItemId,
    IVsDataViewSelectionInfo childSelectionInfo,
    int newItemId,
    Object[] identifier
)
bool InsertItem(
    int parentItemId, 
    IVsDataViewSelectionInfo^ childSelectionInfo, 
    int newItemId, 
    array<Object^>^ identifier
)
abstract InsertItem : 
        parentItemId:int * 
        childSelectionInfo:IVsDataViewSelectionInfo * 
        newItemId:int * 
        identifier:Object[] -> bool 
function InsertItem(
    parentItemId : int, 
    childSelectionInfo : IVsDataViewSelectionInfo, 
    newItemId : int, 
    identifier : Object[]
) : boolean

Parâmetros

  • parentItemId
    Tipo: System.Int32
    O nome completo do novo pai do nó.
  • newItemId
    Tipo: System.Int32
    Um identificador numérico para o novo nó insere.
  • identifier
    Tipo: array<System.Object[]
    Uma matriz que contém as partes do identificador que representam o novo nó.

Valor de retorno

Tipo: System.Boolean
true se o nó ser inserido; caso contrário, false.

Exceções

Exceção Condição
ArgumentNullException

o parâmetro de childSelectionInfo é nulluma referência nula (Nothing no Visual Basic).

ArgumentException

O parâmetro de childSelectionInfo não é um filho do nó pai especificado.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewHierarchy Interface

Sobrecargas InsertItem

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities