Outlook2007ColorSchemeCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
BaseColorBlack | 'Black' の Infragistics.Win.Office2007ColorScheme 設定で DefaultScheme に対応する Outlook2007ColorScheme インスタンスの BaseColor を返します。 | |
BaseColorBlue | 'Blue' の Infragistics.Win.Office2007ColorScheme 設定で DefaultScheme に対応する Outlook2007ColorScheme インスタンスの BaseColor を返します。 | |
BaseColorSilver | 'Silver' の Infragistics.Win.Office2007ColorScheme 設定で DefaultScheme に対応する Outlook2007ColorScheme インスタンスの BaseColor を返します。 | |
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | このコレクション内に含まれる Outlook2007ColorScheme インスタンス数を返します。 | |
DefaultScheme | Infragistics.Win.Office2007ColorTable.ColorSchemeResolved プロパティの現在の値に基づいて、デフォルトのカラー スキームを返します。 | |
Item | その BaseColor プロパティが指定した基本色と等しい Outlook2007ColorScheme 派生インスタンスを返します。指定した基本色にカラー スキームが存在しない場合には、DefaultScheme が返えされます。 | |
SupportedColors | このコレクションによって提供される基本色を定義する Color 構造体の配列を返します。この配列のメンバーのいずれかを使用して、コレクションにインデックスを付けることができます。 |
名前 | 解説 | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
AllowAutoAssignment | Ownerへの自動割り当てに使用可能であるとして、指定した基本色に対応する Outlook2007ColorScheme をマークします。 | |
DisallowAutoAssignment | Owner への自動割り当てに使用可能であるとして、指定した基本色に対応する Outlook2007ColorScheme をマークします。 | |
Exists | BaseColor プロパティが指定した baseColor に等しい Outlook2007ColorScheme クラスのインスタンスがコレクション内に存在するかどうかを返します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
IndexOf | BaseColor プロパティが指定した baseColor に等しい Outlook2007ColorScheme インスタンスのインデックスを返します。または指定した baseColor を持つインスタンスがコレクションで見つからない場合、-1 を返します。 | |
IsAvailableForAutoAssignment | 指定した 'baseColor' に対応するカラー スキームが Owner への自動割り当てで使用可能かどうかを返します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |