IMsDisplayAttributeSettingsList

Assembly: Ms;

Description

The IMsDisplayAttributeSettingsList interface is used to work with the collection of attribute display parameters in the string view of expression elements.

Inheritance Hierarchy

          IMsDisplayAttributeSettingsList

Comments

To get attribute display parameters, use the IMsDisplaySettings.DisplayAttributes property.

Properties

  Property name Brief description
Count The Count property returns the number of elements in the collection
Item The Item property returns the specified collection element.

Methods

  Method name Brief description
Add The Add method adds parameter to the collection.
Clear The Clear method clears the collection
FindById The FindById method searches attribute settings for the dimension with the specified identifier.
FindByKey The FindByKey method searches attribute settings for the dimension with the specified key.
Remove The Remove method removes the specified element from the collection.
RemoveByKey The RemoveByKey method removes attribute settings for the dimension with the specified key.

See also:

Ms Assembly Interfaces