IEnumVsENCRebuildableProjectCfgs Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

NameDescription
System_CAPS_pubmethodClone(IEnumVsENCRebuildableProjectCfgs^)

Clones this IEnumVsENCRebuildableProjectCfgs interface by creating another instance.

System_CAPS_pubmethodGetCount(UInt32)

Gets the number of enumerated Edit and Continue rebuildable project configurations.

System_CAPS_pubmethodNext(UInt32, array<IVsENCRebuildableProjectCfg^>^, UInt32)

Retrieves the next Edit and Continue rebuildable project configuration.

System_CAPS_pubmethodReset()

Resets the collection of Edit and Continue rebuildable project configurations to the first one.

System_CAPS_pubmethodSkip(UInt32)

Moves ahead in the enumeration of Edit and Continue rebuildable project configurations.

Return to top
Show: