SPWebCollection members
Include protected members
Include inherited members
代表SPWeb物件的集合。
The SPWebCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的網站所表示的數目。 (Overrides SPBaseCollection.Count.) | |
Item[Guid] | 會從集合取得具有指定之 GUID 的項目。在 C# 中,這個屬性會是SPWebCollection類別的索引器。 | |
Item[Int32] | 取得集合中的指定索引處的項目。在 C# 中,這個屬性會是SPWebCollection類別的索引器。 | |
Item[String] | 會從集合取得具有指定的網站與相對 URL 的項目。 | |
Names | 取得包含在集合中的所有網站的網站與相對 Url 的陣列。 | |
WebsInfo | SPWebInfo 物件,代表集合中的SPWeb物件的清單。 |
Top
Methods
Name | Description | |
---|---|---|
Add(String) | 使用指定的網站與相對 URL 建立SPWeb物件。 | |
Add(String, String, String, UInt32, SPWebTemplate, Boolean, Boolean) | 使用指定的網站與相對 URL、 標題、 描述、 地區設定識別碼和網站定義或網站範本物件建立SPWeb物件。 | |
Add(String, String, String, UInt32, String, Boolean, Boolean) | 建立網站與指定的網站與相對 URL、 標題、 描述、 地區設定識別碼和網站定義或網站範本名稱。 | |
Delete | 從集合中刪除指定的網站與相對 url 的網站。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.) | |
IEnumerable<SPWeb>.GetEnumerator | 會傳回逐一查看集合的強型別列舉值。 | |
ICollection.IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.) |
Top