CallbackMenu クラス (Microsoft.Office.Server.WebControls)
このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。
名前空間: Microsoft.Office.Server.WebControls
アセンブリ: Microsoft.Office.Server (microsoft.office.server.dll 内)
構文
'宣言
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public MustInherit Class CallbackMenu
Inherits WebControl
Implements ICallbackEventHandler
'使用
Dim instance As CallbackMenu
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
public abstract class CallbackMenu : WebControl, ICallbackEventHandler
継承階層
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.Office.Server.WebControls.CallbackMenu
Microsoft.SharePoint.Portal.WebControls.MyLinksMenuControl
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。