Share via


IEnumVsENCRebuildableProjectCfgs.Next Method

Definition

Retrieves the next Edit and Continue rebuildable project configuration.

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsENCRebuildableProjectCfg ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsENCRebuildableProjectCfg const &> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.Shell.Interop.IVsENCRebuildableProjectCfg[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsENCRebuildableProjectCfg[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As IVsENCRebuildableProjectCfg(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32

[in] The number of project configurations to return.

rgelt
IVsENCRebuildableProjectCfg[]

[out, size_is(celt), length_is(*pceltFetched)] A reference to the returned project configuration.

pceltFetched
UInt32

[in, out] The actual number of project configurations returned.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to