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.

nsIWritablePropertyBag2

IID:9cfd1587-360e-4957-a58f-4c2b1c5e7ed9
Inherits From:nsIPropertyBag2

This interface is implemented by the following components:


Methods

void setPropertyAsACString ( AString prop , ACString value ) void setPropertyAsAString ( AString prop , AString value ) void setPropertyAsAUTF8String ( AString prop , AUTF8String value ) void setPropertyAsBool ( AString prop , PRBool value ) void setPropertyAsDouble ( AString prop , double value ) void setPropertyAsInt32 ( AString prop , PRInt32 value ) void setPropertyAsInt64 ( AString prop , PRInt64 value ) void setPropertyAsInterface ( AString prop , nsISupports value ) void setPropertyAsUint32 ( AString prop , PRUint32 value ) void setPropertyAsUint64 ( AString prop , PRUint64 value )

void setPropertyAsACString ( AString prop , ACString value )

Arguments:
prop
value

void setPropertyAsAString ( AString prop , AString value )

Arguments:
prop
value

void setPropertyAsAUTF8String ( AString prop , AUTF8String value )

Arguments:
prop
value

void setPropertyAsBool ( AString prop , PRBool value )

Arguments:
prop
value

void setPropertyAsDouble ( AString prop , double value )

Arguments:
prop
value

void setPropertyAsInt32 ( AString prop , PRInt32 value )

Arguments:
prop
value

void setPropertyAsInt64 ( AString prop , PRInt64 value )

Arguments:
prop
value

void setPropertyAsInterface ( AString prop , nsISupports value )

Arguments:
prop
value

void setPropertyAsUint32 ( AString prop , PRUint32 value )

Arguments:
prop
value

void setPropertyAsUint64 ( AString prop , PRUint64 value )

Arguments:
prop
value

References

This interface is the type of the following properties:

nsIFeed.cloud, nsIFeed.image, nsIFeed.textInput, nsIFeedContainer.fields, nsIMsgHeaderSink.properties

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com