SPWebCollection.Item property
Include protected members
Include inherited members
會從集合取得指定的項目。
Overload list
Name | Description | |
---|---|---|
Item[Guid] | 會從集合取得具有指定之 GUID 的項目。在 C# 中,這個屬性會是SPWebCollection類別的索引器。 | |
Item[Int32] | 取得集合中的指定索引處的項目。在 C# 中,這個屬性會是SPWebCollection類別的索引器。 | |
Item[String] | 會從集合取得具有指定的網站與相對 URL 的項目。 |
Top