InterfaceImplementedInVersionAttribute(Type, Byte, Byte, Byte, Byte) Constructor

Definition

Initializes a new instance of the InterfaceImplementedInVersionAttribute class, specifying the interface that the target type implements and the version in which that interface was first implemented.

public:
 InterfaceImplementedInVersionAttribute(Type ^ interfaceType, System::Byte majorVersion, System::Byte minorVersion, System::Byte buildVersion, System::Byte revisionVersion);
public InterfaceImplementedInVersionAttribute (Type interfaceType, byte majorVersion, byte minorVersion, byte buildVersion, byte revisionVersion);
new System.Runtime.InteropServices.WindowsRuntime.InterfaceImplementedInVersionAttribute : Type * byte * byte * byte * byte -> System.Runtime.InteropServices.WindowsRuntime.InterfaceImplementedInVersionAttribute
Public Sub New (interfaceType As Type, majorVersion As Byte, minorVersion As Byte, buildVersion As Byte, revisionVersion As Byte)

Parameters

interfaceType
Type

The interface that was first implemented in the specified version of the target type.

majorVersion
Byte

The major component of the version of the target type that first implemented interfaceType.

minorVersion
Byte

The minor component of the version of the target type that first implemented interfaceType.

buildVersion
Byte

The build component of the version of the target type that first implemented interfaceType.

revisionVersion
Byte

The revision component of the version of the target type that first implemented interfaceType.

Applies to