IdeaBlade.Core Assembly > IdeaBlade.Core.Composition Namespace > CompositionHost Class : GetNewExportedInstance<T> Method |
'Declaration
Public Function GetNewExportedInstance(Of T)( _ Optional ByVal acceptDefault As Boolean, _ Optional ByVal context As CompositionContext _ ) As T
'Usage
Dim instance As CompositionHost Dim acceptDefault As Boolean Dim context As CompositionContext Dim value As T value = instance.GetNewExportedInstance(Of T)(acceptDefault, context)
public T GetNewExportedInstance<T>( bool acceptDefault, CompositionContext context )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2