IEnumVsENCRebuildableProjectCfgs Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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, array<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:
