共用方式為


SPFieldAttachments.GetFieldValueAsText method

以純文字傳回欄位值。

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

Syntax

'宣告
Public Overrides Function GetFieldValueAsText ( _
    value As Object _
) As String
'用途
Dim instance As SPFieldAttachments
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldValueAsText(value)
public override string GetFieldValueAsText(
    Object value
)

參數

傳回值

Type: System.String
字串,含有值為純文字,例如,HTML。

請參閱

參照

SPFieldAttachments class

SPFieldAttachments members

Microsoft.SharePoint namespace