Share via


RemoteArgumentDictionaryContractAdapter.IRemoteArgumentDictionaryContract.GetEnumeratorContract Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Returns an enumerator that can be used to iterate through the elements in the dictionary that is associated with this instance.

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 Function GetEnumeratorContract As IRemoteArgumentDictionaryEnumeratorContract 
    Implements IRemoteArgumentDictionaryContract.GetEnumeratorContract
'Usage
Dim instance As RemoteArgumentDictionaryContractAdapter 
Dim returnValue As IRemoteArgumentDictionaryEnumeratorContract 

returnValue = CType(instance, IRemoteArgumentDictionaryContract).GetEnumeratorContract()
IRemoteArgumentDictionaryEnumeratorContract IRemoteArgumentDictionaryContract.GetEnumeratorContract()
private:
virtual IRemoteArgumentDictionaryEnumeratorContract^ GetEnumeratorContract() sealed = IRemoteArgumentDictionaryContract::GetEnumeratorContract
JScript does not support explicit interface implementations.

Return Value

Type: System.AddIn.Contract.Collections.IRemoteArgumentDictionaryEnumeratorContract
A contract object that can be used to iterate through the elements in the internal dictionary.

Implements

IRemoteArgumentDictionaryContract.GetEnumeratorContract()

Remarks

This member is an explicit interface implementation that can be used only when the RemoteArgumentDictionaryContractAdapter is cast to an IRemoteArgumentDictionaryContract interface.

See Also

Reference

RemoteArgumentDictionaryContractAdapter Class

RemoteArgumentDictionaryContractAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace