SPMobileStripLink.ImageUrl 属性
获取或设置图标图像的图像 url 字符串。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Property ImageUrl As String
Get
Set
用法
Dim instance As SPMobileStripLink
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public override string ImageUrl { get; set; }