IComposableWorkspace.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
Sub OnApplySmartPartInfo ( _
smartPart As TSmartPart, _
smartPartInfo As TSmartPartInfo _
)
'Usage
Dim instance As IComposableWorkspace(Of TSmartPart, TSmartPartInfo)
Dim smartPart As TSmartPart
Dim smartPartInfo As TSmartPartInfo
instance.OnApplySmartPartInfo(smartPart, smartPartInfo)
void OnApplySmartPartInfo (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
void OnApplySmartPartInfo (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
void OnApplySmartPartInfo (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
function OnApplySmartPartInfo (
smartPart : TSmartPart,
smartPartInfo : TSmartPartInfo
)
Parameters
- smartPart
- smartPartInfo
See Also
Reference
IComposableWorkspace Interface
IComposableWorkspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace