Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerator for supported versions of the framework.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("D92C0B96-E08D-4268-A941-6D7D670F1820")> _
Public Interface IEnumTargetFrameworks
[InterfaceTypeAttribute()]
[GuidAttribute("D92C0B96-E08D-4268-A941-6D7D670F1820")]
public interface IEnumTargetFrameworks
[InterfaceTypeAttribute()]
[GuidAttribute(L"D92C0B96-E08D-4268-A941-6D7D670F1820")]
public interface class IEnumTargetFrameworks
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D92C0B96-E08D-4268-A941-6D7D670F1820")>]
type IEnumTargetFrameworks = interface end
public interface IEnumTargetFrameworks
The IEnumTargetFrameworks type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Clones this IEnumTargetFrameworks interface by creating another instance. |
![]() |
Count | Gets the number of supported framework versions. |
![]() |
Next | Retrieves supported target frameworks. |
![]() |
Reset | Resets the collection of target frameworks to the first one. |
![]() |
Skip | Moves ahead in the enumeration of target frameworks. |
Top
.gif)