IEnumVsENCRebuildableProjectCfgs::Next Method (UInt32, array<IVsENCRebuildableProjectCfg^>^, UInt32)

 

Retrieves the next Edit and Continue rebuildable project configuration.

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

int Next(
	unsigned int celt,
	array<IVsENCRebuildableProjectCfg^>^ rgelt,
	unsigned int% pceltFetched
)

Parameters

celt
Type: System::UInt32

[in] The number of project configurations to return.

rgelt
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsENCRebuildableProjectCfg^>^

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

pceltFetched
Type: System::UInt32

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

Return Value

Type: System::Int32

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

Return to top
Show: