ViewConstants.FieldType 列舉
保留給內部使用。在檢視中指定欄位的類型。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Enumeration FieldType
'用途
Dim instance As ViewConstants.FieldType
public enum FieldType
成員
成員名稱 | 描述 | |
---|---|---|
UnknownField | 值 =-1。未知的欄位。 | |
IntrinsicField | 值 = 0。內建的功能變數。 | |
EnterpriseCustomField | 值 = 1。企業自訂欄位。 | |
LocalCustomField | 值 = 2。本機自訂欄位。 |