共用方式為


SPFieldTypeDefinition.TypeDisplayName property

取得用來代表使用者介面中的欄位類型的顯示名稱。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property TypeDisplayName As String
    Get
'用途
Dim instance As SPFieldTypeDefinition
Dim value As String

value = instance.TypeDisplayName
public string TypeDisplayName { get; }

Property value

Type: System.String
字串,包含欄位類型的顯示名稱。

請參閱

參照

SPFieldTypeDefinition class

SPFieldTypeDefinition members

Microsoft.SharePoint namespace