SPQuotaTemplateCollection members
Include protected members
Include inherited members
代表SPQuotaTemplate物件的集合。
The SPQuotaTemplateCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPQuotaTemplateCollection | 初始化SPQuotaTemplateCollection類別的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的配額範本的數量。 (Overrides SPBaseCollection.Count.) | |
Item[Int32] | 取得集合中的指定索引處的配額範本物件。在 C# 中,這個屬性會是SPQuotaTemplateCollection類別的索引器。 | |
Item[String] | 取得或設定具有指定名稱的配額範本物件在集合中。在 C# 中,這個屬性會是SPQuotaTemplateCollection類別的索引器。 | |
UpgradedPersistedProperties | 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | 建立配額範本物件在集合中。 | |
Clear | 從集合移除所有的配額範本物件。 | |
Delete | 從集合中刪除具有指定名稱的配額範本物件。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.) |
Top