RequiresDesignerPermissionAttribute.RequiresDesignerPermission 属性

获取一个标志,指示是否在 Web 部件的属性,要求用户具有设计权限,对其进行修改。

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

语法

声明
Public ReadOnly Property RequiresDesignerPermission As Boolean
    Get
用法
Dim instance As RequiresDesignerPermissionAttribute
Dim value As Boolean

value = instance.RequiresDesignerPermission
public bool RequiresDesignerPermission { get; }

属性值

类型:System.Boolean
true如果该属性需要设计权限可修改它。否则为false。

另请参阅

引用

RequiresDesignerPermissionAttribute 类

RequiresDesignerPermissionAttribute 成员

Microsoft.SharePoint.WebPartPages 命名空间