XmlFormViewDesigner.Initialize Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides CompositeControlDesigner.Initialize(IComponent).
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides Sub Initialize ( _
component As IComponent _
)
'Usage
Dim instance As XmlFormViewDesigner
Dim component As IComponent
instance.Initialize(component)
public override void Initialize(
IComponent component
)
Parameters
- component
Type: System.ComponentModel.IComponent
Implements
IDesigner.Initialize(IComponent)