ZoneWorkspace.OnApplySmartPartInfo 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 void OnApplySmartPartInfo(System::Windows::FrameworkElement ^ smartPart, Microsoft::Practices::CompositeUI::Windows::ZoneSmartPartInfo ^ smartPartInfo);
public void OnApplySmartPartInfo (System.Windows.FrameworkElement smartPart, Microsoft.Practices.CompositeUI.Windows.ZoneSmartPartInfo smartPartInfo);
abstract member OnApplySmartPartInfo : System.Windows.FrameworkElement * Microsoft.Practices.CompositeUI.Windows.ZoneSmartPartInfo -> unit
override this.OnApplySmartPartInfo : System.Windows.FrameworkElement * Microsoft.Practices.CompositeUI.Windows.ZoneSmartPartInfo -> unit
Public Sub OnApplySmartPartInfo (smartPart As FrameworkElement, smartPartInfo As ZoneSmartPartInfo)
Parameters
- smartPart
- FrameworkElement
- smartPartInfo
- ZoneSmartPartInfo