ContainerConfiguration.WithDefaultConventions(AttributedModelProvider) Methode

Definitie

Hiermee geeft u de standaardconventies op die moeten worden gebruikt voor toegevoegde onderdelen.

public:
 System::Composition::Hosting::ContainerConfiguration ^ WithDefaultConventions(System::Composition::Convention::AttributedModelProvider ^ conventions);
public System.Composition.Hosting.ContainerConfiguration WithDefaultConventions(System.Composition.Convention.AttributedModelProvider conventions);
member this.WithDefaultConventions : System.Composition.Convention.AttributedModelProvider -> System.Composition.Hosting.ContainerConfiguration
Public Function WithDefaultConventions (conventions As AttributedModelProvider) As ContainerConfiguration

Parameters

conventions
AttributedModelProvider

De conventies die moeten worden gebruikt voor onderdeeltypen.

Retouren

Een object dat kan worden gebruikt om de container verder te configureren.

Van toepassing op