DefaultInterfaceAttribute(Type) Constructor

Definition

Initializes a new instance of the DefaultInterfaceAttribute class.

public:
 DefaultInterfaceAttribute(Type ^ defaultInterface);
public DefaultInterfaceAttribute (Type defaultInterface);
new System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute : Type -> System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute
Public Sub New (defaultInterface As Type)

Parameters

defaultInterface
Type

The interface type that is specified as the default interface for the class the attribute is applied to.

Applies to