SPPrefixCollection members
Include protected members
Include inherited members
代表SPPrefix物件的集合。
The SPPrefixCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPrefixCollection | 此成員是保留給內部使用,而不是用來直接從您的程式碼使用 |
Top
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的前置詞物件的數目。 (Overrides SPBaseCollection.Count.) | |
Item | 取得集合中的指定索引處的前置詞物件。在 C# 中,這個屬性會是SPPrefixCollection類別的索引器。 | |
UpgradedPersistedProperties | 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | 將指定的前置詞新增至集合。 | |
Contains | 會傳回 Boolean 值,表示集合是否包含於指定前置字元。 | |
Delete(String) | 從集合中刪除指定的前置字元。 | |
Delete([]) | 從集合中刪除指定的前置詞的陣列。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindSiteRoot | 尋找要求伺服器相對 url 的開頭會比對字首此集合中。 | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
Lookup | 如果有的話,請從這個集合,擷取指定之的SPPrefix物件的複本。 | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | 這會更新父項的前置詞集合的 Web 應用程式。 (Overrides SPAutoSerializingObject.UpdateParent().) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable<SPPrefix>.GetEnumerator | 會傳回集合中逐一查看的列舉值。 |
Top