ListContractAdapter<TContract>.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 list that this object encompasses.
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 ListContractAdapter
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
The string representation of the list that this object encompasses.
Implements
IContract.RemoteToString()
IContract.RemoteToString()
See Also
Reference
ListContractAdapter<TContract> Class