Workspace<TSmartPart,TSmartPartInfo>.ConvertFrom(ISmartPartInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual TSmartPartInfo ConvertFrom(Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo ^ source);
protected virtual TSmartPartInfo ConvertFrom (Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo source);
abstract member ConvertFrom : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> 'SmartPartInfo
override this.ConvertFrom : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> 'SmartPartInfo
Protected Overridable Function ConvertFrom (source As ISmartPartInfo) As TSmartPartInfo
Parameters
- source
- ISmartPartInfo
Returns
TSmartPartInfo