SmartPartInfo.ConvertTo<TSmartPartInfo>(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.
public:
generic <typename TSmartPartInfo>
where TSmartPartInfo : Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfogcnew() static TSmartPartInfo ConvertTo(Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo ^ source);
public static TSmartPartInfo ConvertTo<TSmartPartInfo> (Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo source) where TSmartPartInfo : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfonew();
static member ConvertTo : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> 'SmartPartInfo (requires 'SmartPartInfo :> Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo and 'SmartPartInfo : (new : unit -> 'SmartPartInfo))
Public Shared Function ConvertTo(Of TSmartPartInfo As {ISmartPartInfoNew}) (source As ISmartPartInfo) As TSmartPartInfo
Type Parameters
- TSmartPartInfo
Parameters
- source
- ISmartPartInfo
Returns
TSmartPartInfo