Version

NodeAttributeCollection Class Members

The following tables list the members exposed by NodeAttributeCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the number of attributes in the collection.  
Public PropertyIsReadOnlyIndicates whether the collection is read-only.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public Methods
 NameDescription
Public MethodAddAdds an attribute to the end of the collection.  
Public MethodClearClears all attributes form the collection.  
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsIndicates whether the specified attribute is contained in the collection.  
Public MethodCopyToCopies the contents of the collection into the specified array.  
Public MethodGetEnumeratorGets an object to enumerate all attributes in the collection.  
Public MethodRemoveRemoves the specified attribute from the collection.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also