IComposableWorkspace.ConvertFrom Method
Converts from the given source into a new instance of the TSmartPartInfo information.
Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Function ConvertFrom ( _
source As ISmartPartInfo _
) As TSmartPartInfo
'Usage
Dim instance As IComposableWorkspace(Of TSmartPart, TSmartPartInfo)
Dim source As ISmartPartInfo
Dim returnValue As TSmartPartInfo
returnValue = instance.ConvertFrom(source)
TSmartPartInfo ConvertFrom (
ISmartPartInfo source
)
TSmartPartInfo ConvertFrom (
ISmartPartInfo^ source
)
TSmartPartInfo ConvertFrom (
ISmartPartInfo source
)
function ConvertFrom (
source : ISmartPartInfo
) : TSmartPartInfo
Parameters
- source
See Also
Reference
IComposableWorkspace Interface
IComposableWorkspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace