The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParameterImportConventionBuilder::Import<T> Method (Action<ImportConventionBuilder^>^)
.NET Framework (current version)
Imports the specified generic type by using the specified configuration.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
Parameters
- configure
-
Type:
System::Action<ImportConventionBuilder^>^
The configuration for the import.
Return Value
Type: TThe imported instance.
Type Parameters
- T
The type to import.
Show: