UCOMIEnumVARIANT.Reset 方法
定义
将枚举序列重置到开头。Resets the enumeration sequence to the beginning.
public:
int Reset();
public int Reset ();
abstract member Reset : unit -> int
Public Function Reset () As Integer
返回
具有值 S_OK 的 HRESULT。An HRESULT with the value S_OK.
注解
有关的详细信息 IEnumVARIANT::Reset ,请参阅 MSDN library。For more information about IEnumVARIANT::Reset, see the MSDN Library.