Sets the index of the enumerator back to 0.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function Reset As Integer
'使用
Dim instance As EnumDependencies
Dim returnValue As Integer
returnValue = instance.Reset()
public int Reset()
public:
virtual int Reset() sealed
public final function Reset() : int
Return Value
Type: System.Int32
S_OK.
Implements
Remarks
This method is an implementation of Reset.
Permissions
- 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.