DeckWorkspace.OnConvertFrom(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 Microsoft::Practices::CompositeUI::SmartParts::SmartPartInfo ^ OnConvertFrom(Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo ^ source);
protected virtual Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo OnConvertFrom (Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo source);
abstract member OnConvertFrom : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo
override this.OnConvertFrom : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo
Protected Overridable Function OnConvertFrom (source As ISmartPartInfo) As SmartPartInfo
Parameters
- source
- ISmartPartInfo