SmartPartInfoProvider.GetSmartPartInfo(Type) 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:
virtual Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo ^ GetSmartPartInfo(Type ^ smartPartInfoType);
public Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo GetSmartPartInfo (Type smartPartInfoType);
abstract member GetSmartPartInfo : Type -> Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo
override this.GetSmartPartInfo : Type -> Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo
Public Function GetSmartPartInfo (smartPartInfoType As Type) As ISmartPartInfo
Parameters
- smartPartInfoType
- Type