public final class MessageObjectPropertiesCollection extends com.aspose.ms.System.Collections.ObjectModel.KeyedCollection<Long,MessageObjectProperty>
Represents a keyed collection for MessageObjectProperty
objects.
Constructor and Description |
---|
MessageObjectPropertiesCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(MessageObjectProperty item)
add.
|
protected Long |
getKeyForItem(MessageObjectProperty item)
When implemented in a derived class, extracts the key from the specified element.
|
MessageObjectProperty |
tryGetValue(long propertyTag)
Tries to get value, by specified key.
|
changeItemKey, clear, containsKey, get_Item, get_Item, getComparer, getDictionary, insertItem, removeAt, removeByKey, setItem
protected Long getKeyForItem(MessageObjectProperty item)
When implemented in a derived class, extracts the key from the specified element.
getKeyForItem
in class com.aspose.ms.System.Collections.ObjectModel.KeyedCollection<Long,MessageObjectProperty>
item
- The element from which to extract the key.public final MessageObjectProperty tryGetValue(long propertyTag)
Tries to get value, by specified key.
propertyTag
- The property tag.MessageObjectProperty
object if operation succeeds, otherwise null.public void add(MessageObjectProperty item)
add.
item
- a MessageObjectProperty
object.