DefaultInterfaceAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de DefaultInterfaceAttribute klasse.

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

Het interfacetype dat is opgegeven als de standaardinterface voor de klasse waarop het kenmerk wordt toegepast.

Van toepassing op