IEnumVsENCRebuildableProjectCfgs Interface

Definition

Enumerates the components in the Edit and Continue rebuildable project configurations.

public interface class IEnumVsENCRebuildableProjectCfgs
public interface class IEnumVsENCRebuildableProjectCfgs
__interface IEnumVsENCRebuildableProjectCfgs
[System.Runtime.InteropServices.Guid("3909921B-BACD-11D2-BD66-00C04FA302E2")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumVsENCRebuildableProjectCfgs
[System.Runtime.InteropServices.Guid("3909921B-BACD-11D2-BD66-00C04FA302E2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVsENCRebuildableProjectCfgs
[<System.Runtime.InteropServices.Guid("3909921B-BACD-11D2-BD66-00C04FA302E2")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumVsENCRebuildableProjectCfgs = interface
[<System.Runtime.InteropServices.Guid("3909921B-BACD-11D2-BD66-00C04FA302E2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumVsENCRebuildableProjectCfgs = interface
Public Interface IEnumVsENCRebuildableProjectCfgs
Attributes

Methods

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.

Applies to