Holds a collection of library item properties.
Inheritance Hierarchy
Spotfire.Dxp.Framework.LibraryLibraryItemPropertyCollection
Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[ImmutableAttribute] public sealed class LibraryItemPropertyCollection : IEnumerable<LibraryItemProperty>, IEnumerable
The LibraryItemPropertyCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of properties in this collection.
| |
| Item |
Gets the property with the specified name.
| |
| Keywords |
Gets the keywords property.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Enumerates the properties in this collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetProperty |
Tries to get the property with the specified name.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Enumerates the properties in this collection.
|
Version Information
See Also