WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsISHContainer
| IID: | 65281BA2-988A-11d3-BDC7-0050040A9B44 |
| Inherits From: | nsISupports |
The nsISHEntryContainer. The interface to access child entries of an nsISHEntry.
This interface is implemented by the following components:
Properties
readonly PRInt32 childCount
The current number of nsISHEntries which are immediate children of the current SHEntry
Methods
void AddChild ( nsISHEntry child , PRInt32 offset )
nsISHEntry GetChildAt ( PRInt32 index )
void RemoveChild ( nsISHEntry child )
void AddChild ( nsISHEntry child , PRInt32 offset )
Add a new child SHEntry. Adds to the end of the list.
- Arguments:
- child
- offset
Reference documentation is generated from Mozilla's source.
