IEnumVsENCRebuildableProjectCfgs Interface
Visual Studio 2015
Enumerates the components in the Edit and Continue rebuildable project configurations.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumVsENCRebuildableProjectCfgs) | Clones this IEnumVsENCRebuildableProjectCfgs interface by creating another instance. |
![]() | GetCount(UInt32) | Gets the number of enumerated Edit and Continue rebuildable project configurations. |
![]() | Next(UInt32, IVsENCRebuildableProjectCfg[], UInt32) | 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(UInt32) | Moves ahead in the enumeration of Edit and Continue rebuildable project configurations. |
Show:
