IEnumVsENCRebuildableProjectCfgs.Next Method
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)
Syntax
'Declaration
Function Next ( _
celt As UInteger, _
<OutAttribute> rgelt As IVsENCRebuildableProjectCfg(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
uint celt,
IVsENCRebuildableProjectCfg[] rgelt,
out uint pceltFetched
)
int Next(
[InAttribute] unsigned int celt,
[OutAttribute] array<IVsENCRebuildableProjectCfg^>^ rgelt,
[InAttribute] [OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:IVsENCRebuildableProjectCfg[] byref *
pceltFetched:uint32 byref -> int
function Next(
celt : uint,
rgelt : IVsENCRebuildableProjectCfg[],
pceltFetched : uint
) : int
Parameters
celt
Type: 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: UInt32%[in, out] The actual number of project configurations returned.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.