SmartPartInfoProvider.GetSmartPartInfo Method

Retrieves a smart part information object of the given type from the registered Items.

Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Function GetSmartPartInfo ( _
    smartPartInfoType As Type _
) As ISmartPartInfo
'Usage
Dim instance As SmartPartInfoProvider
Dim smartPartInfoType As Type
Dim returnValue As ISmartPartInfo

returnValue = instance.GetSmartPartInfo(smartPartInfoType)
public ISmartPartInfo GetSmartPartInfo (
    Type smartPartInfoType
)
public:
virtual ISmartPartInfo^ GetSmartPartInfo (
    Type^ smartPartInfoType
) sealed
public final ISmartPartInfo GetSmartPartInfo (
    Type smartPartInfoType
)
public final function GetSmartPartInfo (
    smartPartInfoType : Type
) : ISmartPartInfo

Parameters

  • smartPartInfoType

See Also

Reference

SmartPartInfoProvider Class
SmartPartInfoProvider Members
Microsoft.Practices.CompositeUI.SmartParts Namespace
GetSmartPartInfo