SPFieldAttachments.GetFieldValueAsText 方法

以纯文本形式返回的字段值。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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
)

参数

返回值

类型:System.String
一个字符串,例如,而 HTML 不以纯文本形式包含的值。

另请参阅

引用

SPFieldAttachments 类

SPFieldAttachments 成员

Microsoft.SharePoint 命名空间