TabsCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.ArrayList can contain. System.Collections.ArrayListから継承されます。 | |
Count | Gets the number of elements actually contained in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
IsFixedSize | Gets a value indicating whether the System.Collections.ArrayList has a fixed size. System.Collections.ArrayListから継承されます。 | |
IsReadOnly | Gets a value indicating whether the System.Collections.ArrayList is read-only. System.Collections.ArrayListから継承されます。 | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). System.Collections.ArrayListから継承されます。 | |
Item | Gets or sets the element at the specified index. System.Collections.ArrayListから継承されます。 | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
AddRange | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
BinarySearch | オーバーロードされます。 Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. System.Collections.ArrayListから継承されます。 | |
Clear | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
Clone | Creates a shallow copy of the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
Contains | Determines whether an element is in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
CopyTo | オーバーロードされます。 Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. System.Collections.ArrayListから継承されます。 | |
GetEnumerator | オーバーロードされます。 Returns an enumerator for the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
GetRange | Returns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
IndexOf | オーバーロードされます。 Searches for the specified System.Object and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
Insert | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
InsertRange | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
LastIndexOf | オーバーロードされます。 Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
Remove | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
RemoveAt | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
RemoveRange | オーバーライドされます。 このメンバーはUltraDockManagerインフラストラクチャをサポートするもので、コードから直接使用することを意図したものではありません。 | |
Reverse | オーバーロードされます。 Reverses the order of the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
SetRange | Copies the elements of a collection over a range of elements in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
Sort | オーバーロードされます。 Sorts the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
ToArray | オーバーロードされます。 Copies the elements of the System.Collections.ArrayList to a new System.Object array. System.Collections.ArrayListから継承されます。 | |
TrimToSize | Sets the capacity to the actual number of elements in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 |