Notifies clients when items are appended to the end of the hierarchy.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub OnItemsAppended ( _
parent As HierarchyNode _
)
'使用
Dim instance As HierarchyNode
Dim parent As HierarchyNode
instance.OnItemsAppended(parent)
public void OnItemsAppended(
HierarchyNode parent
)
public:
void OnItemsAppended(
HierarchyNode^ parent
)
public function OnItemsAppended(
parent : HierarchyNode
)
Parameters
parent
Type: Microsoft.VisualStudio.Package.HierarchyNodeIdentifier of the parent or root node of the hierarchy to which the item is appended.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.