Workspace.OnApplySmartPartInfo Method
When overridden in a derived class, applies the smartPartInfo to the smartPart that lives in the workspace.
Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Protected MustOverride Sub OnApplySmartPartInfo ( _
smartPart As TSmartPart, _
smartPartInfo As TSmartPartInfo _
)
'Usage
Dim smartPart As TSmartPart
Dim smartPartInfo As TSmartPartInfo
Me.OnApplySmartPartInfo(smartPart, smartPartInfo)
protected abstract void OnApplySmartPartInfo (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
protected:
virtual void OnApplySmartPartInfo (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
) abstract
protected abstract void OnApplySmartPartInfo (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
protected abstract function OnApplySmartPartInfo (
smartPart : TSmartPart,
smartPartInfo : TSmartPartInfo
)
Parameters
- smartPart
- smartPartInfo
See Also
Reference
Workspace Class
Workspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace