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ó.
- childSelectionInfo
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataViewSelectionInfo
A seleção de nós filho para inserir abaixo do novo 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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IVsDataViewHierarchy Interface
Namespace Microsoft.VisualStudio.Data.Services.SupportEntities