SPContext.ListItemDisplayName property
取得或設定與目前的 HTTP 內容的Microsoft SharePoint Foundation相關聯項目的顯示名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ListItemDisplayName As String
Get
Set
'用途
Dim instance As SPContext
Dim value As String
value = instance.ListItemDisplayName
instance.ListItemDisplayName = value
public string ListItemDisplayName { get; set; }
Property value
Type: System.String
字串,包含顯示名稱。