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