IVsExpansionEnumeration2.Next(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetches the next expansion.
public:
int Next([Runtime::InteropServices::Out] IntPtr % pExpansion);
public int Next (out IntPtr pExpansion);
abstract member Next : nativeint -> int
Public Function Next (ByRef pExpansion As IntPtr) As Integer
Parameters
- pExpansion
-
IntPtr
nativeint
Pointer to the next expansion.
Returns
S_OK if successful; S_FALSE otherwise.