다음을 통해 공유


IVsDataViewHierarchy.InsertItem Method (Int32, IVsDataViewSelectionInfo, Int32, array<Object )

Inserts the specified node and its child nodes, if any, under the specified parent node.

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

Syntax

‘선언
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

Parameters

  • parentItemId
    Type: System.Int32
    The full name of the new node's parent.
  • newItemId
    Type: System.Int32
    A numerical identifier for the new node to insert.
  • identifier
    Type: array<System.Object[]
    An array containing identifier parts that represent the new node.

Return Value

Type: System.Boolean
true if the node was inserted; otherwise, false.

Exceptions

Exception Condition
ArgumentNullException

The childSelectionInfo parameter is nulla null reference (Nothing in Visual Basic).

ArgumentException

The childSelectionInfo parameter is not a child of the specified parent node.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

InsertItem Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace