CatalogOperationsCollection 成員
Represents a collection of catalog operations.
CatalogOperationsCollection 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
CatalogOperationsCollection | Initializes a new instance of the CatalogOperationsCollection class. |
頂端
方法
名稱 | 描述 | |
---|---|---|
Add | Adds an object to the end of the CatalogOperationsCollection. | |
Clear | (繼承自 CollectionBase。) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetEnumerator | (繼承自 CollectionBase。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
OnClear | (繼承自 CollectionBase。) | |
OnClearComplete | (繼承自 CollectionBase。) | |
OnInsert | (繼承自 CollectionBase。) | |
OnInsertComplete | (繼承自 CollectionBase。) | |
OnRemove | (繼承自 CollectionBase。) | |
OnRemoveComplete | (繼承自 CollectionBase。) | |
OnSet | (繼承自 CollectionBase。) | |
OnSetComplete | (繼承自 CollectionBase。) | |
OnValidate | (繼承自 CollectionBase。) | |
RemoveAt | (繼承自 CollectionBase。) | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Capacity | (繼承自 CollectionBase。) | |
Count | (繼承自 CollectionBase。) | |
InnerList | (繼承自 CollectionBase。) | |
Item | Gets or sets the element at the specified index. In C#, this property is the indexer for the CatalogOperationsCollection class. | |
List | (繼承自 CollectionBase。) |
頂端
明確繼承實作
名稱 | 描述 | |
---|---|---|
IList. . :: . .Add | (繼承自 CollectionBase。) | |
IList. . :: . .Contains | (繼承自 CollectionBase。) | |
ICollection. . :: . .CopyTo | (繼承自 CollectionBase。) | |
IList. . :: . .IndexOf | (繼承自 CollectionBase。) | |
IList. . :: . .Insert | (繼承自 CollectionBase。) | |
IList. . :: . .IsFixedSize | (繼承自 CollectionBase。) | |
IList. . :: . .IsReadOnly | (繼承自 CollectionBase。) | |
ICollection. . :: . .IsSynchronized | (繼承自 CollectionBase。) | |
IList. . :: . .Item | (繼承自 CollectionBase。) | |
IList. . :: . .Remove | (繼承自 CollectionBase。) | |
ICollection. . :: . .SyncRoot | (繼承自 CollectionBase。) |
頂端