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.

nsIWritablePropertyBag

IID:96fc4671-eeb4-4823-9421-e50fb70ad353
Inherits From:nsIPropertyBag

This interface is implemented by the following components:


Methods

void deleteProperty ( AString name ) void setProperty ( AString name , nsIVariant value )

void deleteProperty ( AString name )

Delete a property with the given name.

Arguments:
name

void setProperty ( AString name , nsIVariant value )

Set a property with the given name to the given value. If a property already exists with the given name, it is overwritten.

Arguments:
name
value

References

This interface is the type of the following properties:

nsINavHistoryResultNode.propertyBag

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com