Skip to main content
All docs
V25.2
  • PresentationDictionary<TKey, TValue> Properties

    A dictionary that contains presentation objects.
    Name Description
    Count Returns the number of key-value pairs contained in the dictionary.
    IsReadOnly Indicates whether the dictionary is read-only.
    Item[TKey] Gets or sets the value associated with the specified key.
    Keys Returns a collection that contains the keys in the dictionary.
    Values Returns a collection that contains the values in the dictionary.
    See Also