Share via


ZoneWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>.ConvertFrom Method

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Private Function Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>.ConvertFrom ( _
    source As ISmartPartInfo _
) As ZoneSmartPartInfo Implements IComposableWorkspace(Of Control, ZoneSmartPartInfo).ConvertFrom
'Usage
Dim instance As ZoneWorkspace
Dim source As ISmartPartInfo
Dim returnValue As ZoneSmartPartInfo

returnValue = CType(instance, IComposableWorkspace(Of Control, ZoneSmartPartInfo)).ConvertFrom(source)
ZoneSmartPartInfo IComposableWorkspace<Control,ZoneSmartPartInfo>.ConvertFrom (
    ISmartPartInfo source
)
private:
virtual ZoneSmartPartInfo^ Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>.ConvertFrom (
    ISmartPartInfo^ source
) sealed = IComposableWorkspace<Control^, ZoneSmartPartInfo^>::ConvertFrom
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • source

See Also

Reference

ZoneWorkspace Class
ZoneWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace