MergeArticleCollection 成員
Represents a collection of MergeArticle objects.
MergeArticleCollection 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CopyTo | Copies the collection to an array. (繼承自 ReplicationBaseCollection。) | |
CopyTo(MergeArticleCollection, Int32) | Makes a copy of the collection. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetEnumerator | Gets an enumerator that is used to iterate through the objects in a collection. (繼承自 ReplicationBaseCollection。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
InitList | 基礎結構。 (繼承自 ReplicationBaseCollection。) | |
MemberwiseClone | (繼承自 Object。) | |
Refresh | Refreshes the collection. (繼承自 ReplicationBaseCollection。) | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Count | Gets the number of objects in the referenced collection. (繼承自 ReplicationBaseCollection。) | |
IsSynchronized | Gets whether or not access to the collection is synchronized and is therefore thread-safe. (繼承自 ReplicationBaseCollection。) | |
Item[ ( [ ( Int32] ) ] ) | Gets a MergeArticle object in the collection by index number. | |
Item[ ( [ ( String] ) ] ) | Gets a MergeArticle object in the collection by name. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (繼承自 ReplicationBaseCollection。) |
頂端