Edit

Share via


CompositionContract.ChangeType(Type) Method

Definition

Creates a new contract that has the specified type but the same name and constraints as this object.

public:
 System::Composition::Hosting::Core::CompositionContract ^ ChangeType(Type ^ newContractType);
public System.Composition.Hosting.Core.CompositionContract ChangeType (Type newContractType);
member this.ChangeType : Type -> System.Composition.Hosting.Core.CompositionContract
Public Function ChangeType (newContractType As Type) As CompositionContract

Parameters

newContractType
Type

The new contract type.

Returns

The created contract.

Applies to