Assembly: Ms;
The IMsDisplayAttributeSettingsList interface is used to work with the collection of attribute display parameters in the string view of expression elements.
IMsDisplayAttributeSettingsList
To get attribute display parameters, use the IMsDisplaySettings.DisplayAttributes property.
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. |
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: