WorkItem.RegisterSmartPartInfo(Object, ISmartPartInfo) 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:
void RegisterSmartPartInfo(System::Object ^ smartPart, Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo ^ info);
public void RegisterSmartPartInfo (object smartPart, Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo info);
member this.RegisterSmartPartInfo : obj * Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> unit
Public Sub RegisterSmartPartInfo (smartPart As Object, info As ISmartPartInfo)
Parameters
- smartPart
- Object
- info
- ISmartPartInfo