Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates the components in the Edit and Continue rebuildable project configurations.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumVsENCRebuildableProjectCfgs
[GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")]
[InterfaceTypeAttribute()]
public interface IEnumVsENCRebuildableProjectCfgs
[GuidAttribute(L"3909921B-BACD-11D2-BD66-00C04FA302E2")]
[InterfaceTypeAttribute()]
public interface class IEnumVsENCRebuildableProjectCfgs
[<GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")>]
[<InterfaceTypeAttribute()>]
type IEnumVsENCRebuildableProjectCfgs = interface end
public interface IEnumVsENCRebuildableProjectCfgs
The IEnumVsENCRebuildableProjectCfgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Clones this IEnumVsENCRebuildableProjectCfgs interface by creating another instance. |
![]() |
GetCount | Gets the number of enumerated Edit and Continue rebuildable project configurations. |
![]() |
Next | Retrieves the next Edit and Continue rebuildable project configuration. |
![]() |
Reset | Resets the collection of Edit and Continue rebuildable project configurations to the first one. |
![]() |
Skip | Moves ahead in the enumeration of Edit and Continue rebuildable project configurations. |
Top
.gif)