IComposableWorkspace<TSmartPart,TSmartPartInfo> Interface

Definition

generic <typename TSmartPart, typename TSmartPartInfo>
 where TSmartPartInfo : ISmartPartInfogcnew()public interface class IComposableWorkspace : Microsoft::Practices::CompositeUI::SmartParts::IWorkspace
public interface IComposableWorkspace<TSmartPart,TSmartPartInfo> : Microsoft.Practices.CompositeUI.SmartParts.IWorkspace where TSmartPartInfo : ISmartPartInfonew()
type IComposableWorkspace<'SmartPart, 'SmartPartInfo (requires 'SmartPartInfo :> ISmartPartInfo and 'SmartPartInfo : (new : unit -> 'SmartPartInfo))> = interface
    interface IWorkspace
Public Interface IComposableWorkspace(Of TSmartPart, TSmartPartInfo)
Implements IWorkspace

Type Parameters

TSmartPart
TSmartPartInfo
Derived
Implements

Applies to