IEnumVsENCRebuildableProjectCfgs Interface

 

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)

[GuidAttribute("3909921B-BACD-11D2-BD66-00C04FA302E2")]
[InterfaceTypeAttribute(1)]
public interface IEnumVsENCRebuildableProjectCfgs

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, 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: