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.
Initializes the designer and loads the specified component.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Overrides Sub Initialize ( _
component As IComponent _
)
'Usage
Dim instance As SPSiteMapDataSourceDesigner
Dim component As IComponent
instance.Initialize(component)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public override void Initialize(
IComponent component
)
Parameters
component
Type: System.ComponentModel.IComponentA System.ComponentModel.IComponent that represents the control being designed.
Implements
IDesigner.Initialize(IComponent)
See Also
Reference
SPSiteMapDataSourceDesigner Class