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.
generic <typename TSmartPart, typename TSmartPartInfo>
where TSmartPartInfo : ISmartPartInfogcnew()public ref class WorkspaceComposer : Microsoft::Practices::CompositeUI::SmartParts::Workspace<TSmartPart, TSmartPartInfo>
public class WorkspaceComposer<TSmartPart,TSmartPartInfo> : Microsoft.Practices.CompositeUI.SmartParts.Workspace<TSmartPart,TSmartPartInfo> where TSmartPartInfo : ISmartPartInfonew()
type WorkspaceComposer<'SmartPart, 'SmartPartInfo (requires 'SmartPartInfo :> ISmartPartInfo and 'SmartPartInfo : (new : unit -> 'SmartPartInfo))> = class
inherit Workspace<'SmartPart, 'SmartPartInfo (requires 'SmartPartInfo :> ISmartPartInfo and 'SmartPartInfo : (new : unit -> 'SmartPartInfo))>
Public Class WorkspaceComposer(Of TSmartPart, TSmartPartInfo)
Inherits Workspace(Of TSmartPart, TSmartPartInfo)