public final class MessageObjectPropertiesCollection extends 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, setItemprotected Long getKeyForItem(MessageObjectProperty item)
When implemented in a derived class, extracts the key from the specified element.
getKeyForItem in class 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.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.