InterfaceImplementedInVersionAttribute(Type, Byte, Byte, Byte, Byte) コンストラクター

定義

ターゲット型が実装するインターフェイスと、そのインターフェイスが最初に実装されたバージョンを指定して、 InterfaceImplementedInVersionAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

interfaceType
Type

指定したバージョンのターゲット型で最初に実装されたインターフェイス。

majorVersion
Byte

最初に interfaceTypeを実装したターゲット型のバージョンの主要なコンポーネント。

minorVersion
Byte

最初に interfaceTypeを実装したターゲット型のバージョンのマイナー コンポーネント。

buildVersion
Byte

最初に interfaceType実装したターゲット型のバージョンのビルド コンポーネント。

revisionVersion
Byte

最初に interfaceTypeを実装したターゲット型のバージョンのリビジョン コンポーネント。

適用対象