SPFieldCollection members
Include protected members
Include inherited members
表示SPField物件的集合。
The SPFieldCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldCollection | 初始化根據指定的網站和結構描述的SPFieldCollection類別的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的欄位數目。 (Overrides SPBaseCollection.Count.) | |
Item[Guid] | 從集合取得具有指定識別項 (ID) 的欄位。 | |
Item[Int32] | 取得集合中指定之索引處的欄位物件。在 Microsoft C#,這個屬性會是SPFieldCollection類別的索引子。 | |
Item[String] | 從集合中取得具有指定的顯示名稱的欄位。在 Microsoft C#,這個屬性會是SPFieldCollection類別的索引子。 | |
List | 取得集合的父清單。 | |
SchemaXml | 取得定義集合的結構描述。 | |
SchemaXmlWithResourceTokens | 唯讀屬性來擷取擴充的 XML 結構描述使用資源語彙基元的欄位。 | |
Web | 取得欄位的父網站。 |
Top
Methods
Name | Description | |
---|---|---|
Add(SPField) | 將欄位加入至集合,根據指定的欄位。 | |
Add(String, SPFieldType, Boolean) | 建立根據指定的顯示名稱、 欄位型別和布林值的集合中的欄位。 | |
Add(String, SPFieldType, Boolean, Boolean, StringCollection) | 建立根據指定的顯示名稱、 欄位型別、 其他欄位屬性和在Choice欄位的情況下選擇的布林值的集合中的欄位。 | |
AddDependentLookup | 新增取決於主要查閱欄位 (相對於取得其資訊的清單所保有的關係) 的次要查閱欄位。 | |
AddFieldAsXml(String) | 建立根據指定的結構描述欄位。 | |
AddFieldAsXml(String, Boolean, SPAddFieldOptions) | 建立欄位,根據指定的結構描述、 布林值,以及欄位選項。 | |
AddLookup(String, Guid, Boolean) | 建立查閱欄位的其中一個清單的欄位集合中該點來在相同網站中的另一份清單的集合中的欄位。 | |
AddLookup(String, Guid, Guid, Boolean) | 建立查閱欄位的一份清單的欄位集合中該點來在另一個清單中不同的網站集合中的欄位。 | |
AddSPFieldCreatorDelegate | 加入欄位建立者委派的清單中的SPField回呼。 | |
Contains | 傳回布林值,指出集合是否包含具有指定之 GUID 的欄位。 | |
ContainsField | 傳回布林值,指出集合是否包含指定的欄位。 | |
ContainsFieldWithStaticName | 傳回布林值,指出集合是否包含具有指定的靜態名稱的欄位。 | |
CreateNewField | 建立欄位,根據指定的型別名稱和顯示名稱。 | |
Delete | 從集合中刪除欄位,具有指定內部、 顯示或靜態名稱。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.) | |
GetField | 從集合中傳回欄位,具有指定內部、 顯示及靜態名稱。 | |
GetFieldByInternalName | 從集合中傳回具有指定的內部名稱的欄位。 | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetFieldByStaticName | 從集合傳回具有指定之靜態名稱的欄位。 |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.) |
Top