Dela via


HostTypeProviderAdapter.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 current IContract.

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

Syntax

'Declaration
Public Overrides Function RemoteToString As String
'Usage
Dim instance As HostTypeProviderAdapter 
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
Returns a string representation of the current contract.

Implements

IContract.RemoteToString()
IContract.RemoteToString()

.NET Framework Security

See Also

Reference

HostTypeProviderAdapter Class

HostTypeProviderAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace