InterfaceImplementedInVersionAttribute Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The InterfaceImplementedInVersionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
BuildVersion | Gets the build component of the version of the target type that first implemented the interface. |
|
InterfaceType | Gets the type of the interface that the target type implements. |
|
MajorVersion | Gets the major component of the version of the target type that first implemented the interface. |
|
MinorVersion | Gets the minor component of the version of the target type that first implemented the interface. |
|
RevisionVersion | Gets the revision component of the version of the target type that first implemented the interface. |
Show: