Adds a new given child bookmark context to the parent bookmark context.
Visual Basic |
---|
Public Sub AddBookmarkChildEx( _ ByVal ParentContext As BookmarkContext, _ ByVal ChildContext As BookmarkContext _ ) |
- ParentContext
- A BookmarkContext which represents the parent.
- ChildContext
- A BookmarkContext which represents the child.
If the parent bookmark context already has a child bookmark context, that child becomes the next sibling of the new child bookmark context.
The child bookmark to be added is typically created using the CreateBookmark method.