IEnumTargetFrameworks Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumTargetFrameworks^) | Clones this IEnumTargetFrameworks interface by creating another instance. |
![]() | Count(UInt32) | Gets the number of supported framework versions. |
![]() | Next(UInt32, array<UInt32>^, UInt32) | Retrieves supported target frameworks. |
![]() | Reset() | Resets the collection of target frameworks to the first one. |
![]() | Skip(UInt32) | Moves ahead in the enumeration of target frameworks. |
Show:
