Partager via


SmartPartInfo.ConvertTo<TSmartPartInfo>(ISmartPartInfo) Method

Definition

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

Returns

TSmartPartInfo

Applies to