CustomProjectPropertyCollection
CustomProjectPropertyCollection class
Represents a collection of custom project properties.
public sealed class CustomProjectPropertyCollection : PropertyKeyedCollection<CustomProjectProperty>
Constructors
Properties
Name |
Description |
Count { get; } |
|
override IsReadOnly { get; } |
Gets a value indicating whether this collection is read-only; otherwise, false. |
Item { get; } |
|
Names { get; } |
|
Methods
Name |
Description |
Add(CustomProjectProperty) |
|
Add(string, bool) |
Creates a new custom property. |
Add(string, DateTime) |
Creates a new custom property. |
Add(string, double) |
Creates a new custom property. |
Add(string, string) |
Creates a new custom property. |
Clear() |
Clears the PropertyCollection. |
Contains(string) |
|
Remove(string) |
Removes a property with the specified name from the collection. |
See Also