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 system assemblies.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumSystemAssemblies
[GuidAttribute("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")]
[InterfaceTypeAttribute()]
public interface IEnumSystemAssemblies
[GuidAttribute(L"7431FCE8-8E4F-49B6-BB50-E295636CBA6B")]
[InterfaceTypeAttribute()]
public interface class IEnumSystemAssemblies
[<GuidAttribute("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")>]
[<InterfaceTypeAttribute()>]
type IEnumSystemAssemblies = interface end
public interface IEnumSystemAssemblies
The IEnumSystemAssemblies type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Clones this IEnumSystemAssemblies interface by creating another instance. |
![]() |
Count | Gets the number of enumerated system assemblies. |
![]() |
Next | Retrieves the next system assembly. |
![]() |
Reset | Resets the collection of assemblies to the first one. |
![]() |
Skip | Moves ahead in the list of system assemblies. |
Top
.gif)