SPFormCollection.Item property
Include protected members
Include inherited members
取得指定的表單中的物件集合。
Overload list
Name | Description | |
---|---|---|
Item[Int32] | 取得集合中指定之索引處的表單物件。在 C# 中,這個屬性會是SPFormCollection類別的索引子。 | |
Item[String] | 取得位於指定的 URL,從集合的表單。在 C# 中,這個屬性會是SPFormCollection類別的索引子。 | |
Item[PAGETYPE] | 從集合中取得指定之型別的表單。在 C# 中,這個屬性會是SPFormCollection類別的索引子。 |
Top