MobileAspMenuDesigner.DataBind method
This member overrides MenuDesigner.DataBind(BaseDataBoundControl).
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Protected Overrides Sub DataBind ( _
dataBoundControl As BaseDataBoundControl _
)
'Uso
Dim dataBoundControl As BaseDataBoundControl
Me.DataBind(dataBoundControl)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
protected override void DataBind(
BaseDataBoundControl dataBoundControl
)
Parâmetros
- dataBoundControl
Type: System.Web.UI.WebControls.BaseDataBoundControl