Visit Mozilla.org

nsIPropertyElement

From MDC


The nsIPropertyElement interface provides access to individual entries within a XUL:stringbundle.

Contents

nsIPropertyElement is defined in xpcom/ds/nsIPersistentProperties2.idl. It is scriptable and unfrozen (hasn't changed since Mozilla 1.0).

Inherits from: nsISupports

[edit] Attributes

Attribute Type Description
key AUTF8String The key used to refer to this property.
value AString The string value stored for this property.

[edit] See also