PropertyCollection

PropertyCollection class

プロパティのコレクション

public class PropertyCollection : IEnumerable<Property>

プロパティ

名前説明
Count { get; }宣言されたプロパティの数を取得します。
Item { get; }
Item { get; set; }

メソッド

名前説明
FindProperty(string)プロパティを検索します。 動的プロパティ (CreateDynamicProperty/SetProperty で作成) またはネイティブ プロパティ (名前で識別) を指定できます。
GetEnumerator()コレクションを反復処理する列挙子を返します。
RemoveProperty(Property)動的プロパティを削除します。
RemoveProperty(string)動的プロパティを削除します。

関連項目