PropertyKeyedCollectionT
PropertyKeyedCollection<T> class
プロパティのコレクションの基本クラス。
public abstract class PropertyKeyedCollection<T> : PropertyCollection<T>, ICollection<T>
where T : Property
| パラメータ | 説明 |
|---|---|
| T | プロパティのタイプ。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Count { get; } | コレクション内のプロパティの数を取得します。 |
| abstract IsReadOnly { get; } | このコレクションが読み取り専用かどうかを示す値を取得します。それ以外の場合は false. |
| Item { get; } | 指定されたキーに関連付けられたプロパティを取得します. |
| Names { get; } | すべてのプロパティ名のコレクションを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Add(T) | 新しいカスタム プロパティを作成します。 |
| Contains(string) | PropertyCollection指定された名前のプロパティが含まれています. |
関連項目
- class PropertyCollection<T>
- class Property
- 名前空間 Aspose.Tasks.Properties
- 組み立て Aspose.Tasks