Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see IEnumeratorContract<C>.Reset.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Private Sub Reset Implements IEnumeratorContract(Of TContract).Reset
'Usage
Dim instance As EnumeratorContractAdapter
CType(instance, IEnumeratorContract(Of TContract)).Reset()
void IEnumeratorContract<TContract>.Reset()
private:
virtual void Reset() sealed = IEnumeratorContract<TContract>::Reset
JScript does not support explicit interface implementations.
Implements
IEnumeratorContract<C>.Reset()
Remarks
This member is an explicit interface member implementation. It can be used only when the EnumeratorContractAdapter<TContract> instance is cast to an IEnumeratorContract<C> interface.
See Also
Reference
EnumeratorContractAdapter<TContract> Class