SPSiteMapPathDesigner.Initialize Method
Prepares the designer to view, edit, and design the associated SiteMapPath control.
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 SPSiteMapPathDesigner
Dim component As IComponent
instance.Initialize(component)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public override void Initialize(
IComponent component
)
Parameters
component
Type: System.ComponentModel.IComponentAn IComponent that can be cast as a SiteMapPath.
Implements
IDesigner.Initialize(IComponent)