IEnumTargetFrameworks Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for supported versions of the framework.
public interface class IEnumTargetFrameworks
public interface class IEnumTargetFrameworks
__interface IEnumTargetFrameworks
[System.Runtime.InteropServices.Guid("D92C0B96-E08D-4268-A941-6D7D670F1820")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumTargetFrameworks
[System.Runtime.InteropServices.Guid("D92C0B96-E08D-4268-A941-6D7D670F1820")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumTargetFrameworks
[<System.Runtime.InteropServices.Guid("D92C0B96-E08D-4268-A941-6D7D670F1820")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumTargetFrameworks = interface
[<System.Runtime.InteropServices.Guid("D92C0B96-E08D-4268-A941-6D7D670F1820")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumTargetFrameworks = interface
Public Interface IEnumTargetFrameworks
- Attributes
Methods
Clone(IEnumTargetFrameworks) |
Clones this IEnumTargetFrameworks interface by creating another instance. |
Count(UInt32) |
Gets the number of supported framework versions. |
Next(UInt32, 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. |