WorkItem.GetSmartPartInfo<TSmartPartInfo>(Object) 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::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