Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides MenuDesigner.DataBind(BaseDataBoundControl).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Protected Overrides Sub DataBind ( _
dataBoundControl As BaseDataBoundControl _
)
'Usage
Dim dataBoundControl As BaseDataBoundControl
Me.DataBind(dataBoundControl)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
protected override void DataBind(
BaseDataBoundControl dataBoundControl
)
Parameters
- dataBoundControl
Type: System.Web.UI.WebControls.BaseDataBoundControl