Udostępnij za pośrednictwem


RemoteArgumentDictionaryContractAdapter.IRemoteArgumentDictionaryContract.GetValues Method

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

Returns the values from 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 GetValues As IRemoteArgumentCollectionContract 
    Implements IRemoteArgumentDictionaryContract.GetValues
'Usage
Dim instance As RemoteArgumentDictionaryContractAdapter 
Dim returnValue As IRemoteArgumentCollectionContract 

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

Return Value

Type: System.AddIn.Contract.Collections.IRemoteArgumentCollectionContract
A collection that contains the values from the internal dictionary.

Implements

IRemoteArgumentDictionaryContract.GetValues()

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