EnumDependencies.Reset Method

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

IVsEnumDependencies.Reset()

Remarks

This method is an implementation of Reset.

Permissions

See Also

Reference

EnumDependencies Class

EnumDependencies Members

Microsoft.VisualStudio.Package Namespace