IdeaBlade.Core Assembly > IdeaBlade.Core.Composition Namespace > CompositionContext Class : BuildExportFilter Method |
'Declaration
Public Shared Function BuildExportFilter( _ ByVal metadataKey As String, _ ByVal keyValue As Object _ ) As Func(Of Export,Boolean)
'Usage
Dim metadataKey As String Dim keyValue As Object Dim value As Func(Of Export,Boolean) value = CompositionContext.BuildExportFilter(metadataKey, keyValue)
public static Func<Export,bool> BuildExportFilter( string metadataKey, object keyValue )
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