Share via


WorkItem.GetSmartPartInfo<TSmartPartInfo>(Object) Method

Definition

public:
generic <typename TSmartPartInfo>
 where TSmartPartInfo : Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo TSmartPartInfo GetSmartPartInfo(System::Object ^ smartPart);
public TSmartPartInfo GetSmartPartInfo<TSmartPartInfo> (object smartPart) where TSmartPartInfo : Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo;
member this.GetSmartPartInfo : obj -> 'SmartPartInfo (requires 'SmartPartInfo :> Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo)
Public Function GetSmartPartInfo(Of TSmartPartInfo As ISmartPartInfo) (smartPart As Object) As TSmartPartInfo

Type Parameters

TSmartPartInfo

Parameters

smartPart
Object

Returns

TSmartPartInfo

Applies to