'宣言 Public Class Theme Inherits System.Collections.ObjectModel.KeyedCollection(Of String,Style)
public class Theme : System.Collections.ObjectModel.KeyedCollection<string,Style>
'宣言 Public Class Theme Inherits System.Collections.ObjectModel.KeyedCollection(Of String,Style)
public class Theme : System.Collections.ObjectModel.KeyedCollection<string,Style>
Theme クラスは、 Styleオブジェクトの名前/キーを含むコレクションです。
このクラスは、スタイルコレクションに加え、カスタム要素も追加する必要がある コンポーネントの基本クラスとして使用するために設計されています。
継承クラスは、以下のメソッドをオーバーライドする必要があります。
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Framework.Theme