SPVersionedPlaceHolderDesigner.Initialize Method
Initializes the control designer and loads the 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 SPVersionedPlaceHolderDesigner
Dim component As IComponent
instance.Initialize(component)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public override void Initialize(
IComponent component
)
Parameters
component
Type: System.ComponentModel.IComponentA component to load for the designer.
Implements
IDesigner.Initialize(IComponent)
See Also
Reference
SPVersionedPlaceHolderDesigner Class