SPViewFieldCollection members
Include protected members
Include inherited members
表示在檢視中傳回欄位的集合。
The SPViewFieldCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的檢視欄位數目。 (Overrides SPBaseCollection.Count.) | |
Item | 取得集合中的 [檢視] 欄位中指定索引處的內部名稱。 | |
SchemaXml | 取得指定集合中的 [檢視] 欄位的結構描述。 | |
View | 取得集合中的父檢視。 |
Top
Methods
Name | Description | |
---|---|---|
Add(String) | 將具有指定名稱的欄位加入至集合。 | |
Add(SPField) | 將指定的欄位加入至集合。 | |
Delete(String) | 從集合中刪除具有指定名稱的欄位。 | |
Delete(SPField) | 從集合中刪除指定的欄位。 | |
DeleteAll | 從集合中刪除所有檢視的欄位。 | |
Equals | (Inherited from Object.) | |
Exists | 傳回布林值,指出指定的檢視欄位是否存在。 | |
Explicit(Int32) | 驗證是否在集合中指定索引處的欄位將在檢視表定義中明確宣告。 | |
Explicit(String) | 驗證是否具有指定名稱在集合中的欄位將在檢視表定義中明確宣告。 | |
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.) | |
MoveFieldTo | 將指定的欄位移至檢視的欄位集合中指定的位置。 | |
MoveFieldTo_Client | 將欄位移至檢視的欄位集合中的特定位置,並更新檢視。第一個位置為 0。 | |
ToString | (Inherited from Object.) | |
ToStringCollection | 載入StringCollection物件的檢視欄位名稱。 |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.) |
Top