PartConventionBuilder<T>.NotifyImportsSatisfied Method
Definition
Important
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.
Selects a method to be called when composition is complete.
public:
System::Composition::Convention::PartConventionBuilder<T> ^ NotifyImportsSatisfied(System::Linq::Expressions::Expression<Action<T> ^> ^ methodSelector);
public System.Composition.Convention.PartConventionBuilder<T> NotifyImportsSatisfied (System.Linq.Expressions.Expression<Action<T>> methodSelector);
override this.NotifyImportsSatisfied : System.Linq.Expressions.Expression<Action<'T>> -> System.Composition.Convention.PartConventionBuilder<'T>
Public Function NotifyImportsSatisfied (methodSelector As Expression(Of Action(Of T))) As PartConventionBuilder(Of T)
Parameters
- methodSelector
- Expression<Action<T>>
An action that selects the method to call.
Returns
An object that can be used to further configure the part.
Exceptions
The methodSelector
expression must be a void
method with no arguments.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.