RemoteArgumentArrayListContractAdapter.IRemoteArgumentEnumerableContract.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 current 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 IRemoteArgumentEnumeratorContract
Implements IRemoteArgumentEnumerableContract.GetEnumeratorContract
'Usage
Dim instance As RemoteArgumentArrayListContractAdapter
Dim returnValue As IRemoteArgumentEnumeratorContract
returnValue = CType(instance, IRemoteArgumentEnumerableContract).GetEnumeratorContract()
IRemoteArgumentEnumeratorContract IRemoteArgumentEnumerableContract.GetEnumeratorContract()
private:
virtual IRemoteArgumentEnumeratorContract^ GetEnumeratorContract() sealed = IRemoteArgumentEnumerableContract::GetEnumeratorContract
JScript does not support explicit interface implementations.
Return Value
Type: System.AddIn.Contract.Collections.IRemoteArgumentEnumeratorContract
A contract object that can be used to iterate through the RemoteArgumentArrayListContractAdapter.
Implements
IRemoteArgumentEnumerableContract.GetEnumeratorContract()
Remarks
This member is an explicit interface implementation that can be used only when the RemoteArgumentArrayListContractAdapter is cast to an IRemoteArgumentEnumerableContract interface.
See Also
Reference
RemoteArgumentArrayListContractAdapter Class