共用方式為


AccessRequestsPermissionLevelFieldControl class

藉由使用一或多個子控制項,例如標籤、 連結或文字的方塊控制項呈現的存取要求的權限層級欄位 (不清單檢視網頁) 上的 [表單] 頁上。

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.TemplateBasedControl
        Microsoft.SharePoint.WebControls.FormComponent
          Microsoft.SharePoint.WebControls.FieldMetadata
            Microsoft.SharePoint.WebControls.BaseFieldControl
              Microsoft.SharePoint.AccessRequestsPermissionLevelFieldControl

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class AccessRequestsPermissionLevelFieldControl _
    Inherits BaseFieldControl
'用途
Dim instance As AccessRequestsPermissionLevelFieldControl
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class AccessRequestsPermissionLevelFieldControl : BaseFieldControl

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

AccessRequestsPermissionLevelFieldControl members

Microsoft.SharePoint namespace