共用方式為


AuthenticationButton class

在Microsoft SharePoint Foundation中實作驗證按鈕控制項。

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.AuthenticationButton

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

Syntax

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

備註

這個控制項可讓您使用驗證連結在您自訂的 Web 組件頁面上,如果您選擇不使用內建的標題列 ( TitleBarWebPart類別的執行個體)。

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.

請參閱

參照

AuthenticationButton members

Microsoft.SharePoint.WebPartPages namespace