SPUserCustomAction.ImageUrl 属性

获取和设置表示自定义操作的图标的图像的 URL。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Property ImageUrl As String
    Get
    Set
用法
Dim instance As SPUserCustomAction
Dim value As String

value = instance.ImageUrl

instance.ImageUrl = value
public virtual string ImageUrl { get; set; }

属性值

类型:System.String
一个包含图像的相对路径的字符串。

另请参阅

引用

SPUserCustomAction 类

SPUserCustomAction 成员

Microsoft.SharePoint 命名空间