Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 list.
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 RemoteArgumentArrayListContractAdapter
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 list.
Implements
IContract.RemoteToString()
IContract.RemoteToString()
See Also
Reference
RemoteArgumentArrayListContractAdapter Class