Action.ImageUrl 属性 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the optional absolute or relative path to the action's icon image.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public ReadOnly Property ImageUrl As String
用法
Dim instance As Action
Dim value As String
value = instance.ImageUrl
public string ImageUrl { get; }
属性值
A string representing the image URL.
备注
The icon image should be 16x16. The maximum allowed length of the image URL is 2080, minimum is zero.
另请参阅
参考
Action 类
Action 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间