WebPartMobilePage.TargetWebPartPageTitle property
NOTE: This API is now obsolete.
取得一般 ; 標題也就是說,非行動 ;WebPartPage對應至WebPartMobilePage物件代表行動頁面。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Property TargetWebPartPageTitle As String
Get
Set
'用途
Dim instance As WebPartMobilePage
Dim value As String
value = instance.TargetWebPartPageTitle
instance.TargetWebPartPageTitle = value
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public string TargetWebPartPageTitle { get; set; }
Property value
Type: System.String
對應的非行動網頁的標題。
備註
例如, //server/_layouts/mobile/mblwp.aspx是小組網站的行動首頁。它被代表從WebPartMobilePage衍生的類別物件模型中。對應的非行動網頁是小組網站首頁,例如//server/default.aspx。由於後者的標題是 「 小組網站 」,這會是 mblwp.aspx 的TargetWebPartPageTitle屬性的值。