StyleSheetCollection

StyleSheetCollection class

スタイルシートのコレクション.

public class StyleSheetCollection : Collection

プロパティ

名前 説明
Count { get; } コレクションに実際に含まれる要素の数を取得します。
Item { get; } 指定されたインデックスの要素を取得します。

メソッド

名前 説明
Add(StyleSheet) コレクションに StyleSheet を追加します。
Clear() コレクションからすべての要素を削除します。
GetEnumerator() 非ジェネリック コレクションに対する単純な反復をサポートします。
GetStyleSheet(int) 指定した ID の要素を取得します。
IsExist(int) コレクションに存在するアイテムです。
Remove(StyleSheet) コレクションから StyleSheet を削除します。

関連項目