SPFieldLookup.GetFieldValueAsHtml method
取得以 HTML 格式的欄位值,為了要能夠呈現直接在網頁上的欄位值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function GetFieldValueAsHtml ( _
value As Object _
) As String
'用途
Dim instance As SPFieldLookup
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueAsHtml(value)
public override string GetFieldValueAsHtml(
Object value
)
參數
value
Type: System.Object要轉換的值。
傳回值
Type: System.String
HTML 格式中的值。
備註
這個方法會傳回空如果value是 null 。