Share via


RemoteArgumentDictionaryContractAdapter.RemoteToString Method

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

Returns a string representation of the underlying collection of this adapter.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public Overrides Function RemoteToString As String
'Usage
Dim instance As RemoteArgumentDictionaryContractAdapter 
Dim returnValue As String 

returnValue = instance.RemoteToString()
public override string RemoteToString()
public:
virtual String^ RemoteToString() override
public override function RemoteToString() : String

Return Value

Type: System.String
A string representation of the underlying collection of this adapter.

Implements

IContract.RemoteToString()
IContract.RemoteToString()

See Also

Reference

RemoteArgumentDictionaryContractAdapter Class

RemoteArgumentDictionaryContractAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace