ExportImplementationAttribute(Type) Constructor

Definition

Creates new ExportImplementationAttribute instance.

public:
 ExportImplementationAttribute(Type ^ contractType);
public ExportImplementationAttribute (Type contractType);
new Microsoft.VisualStudio.Utilities.ExportImplementationAttribute : Type -> Microsoft.VisualStudio.Utilities.ExportImplementationAttribute
Public Sub New (contractType As Type)

Parameters

contractType
Type

A contract type.

Applies to