共用方式為


SPFieldText.PreviewValueTyped property

沒有與欄位相關聯的清單項目資料時,則您可以取得欄位中的控制項顯示和編輯模式的設計階段檢視預覽值的欄位資料。

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

Syntax

'宣告
Public Overrides ReadOnly Property PreviewValueTyped As Object
    Get
'用途
Dim instance As SPFieldText
Dim value As Object

value = instance.PreviewValueTyped
public override Object PreviewValueTyped { get; }

Property value

Type: System.Object
object代表預覽值的欄位資料。

請參閱

參照

SPFieldText class

SPFieldText members

Microsoft.SharePoint namespace