DefaultInterfaceAttribute(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DefaultInterfaceAttribute.

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)

Parametry

defaultInterface
Type

Typ interfejsu, który jest określony jako domyślny interfejs dla klasy, do których jest stosowany atrybut.

Dotyczy