ContractProxyBase<T>.ToString Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Creates and returns a string representation of the ContractProxyBase<T> 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
Public Overrides Function ToString As String
'Usage
Dim instance As ContractProxyBase
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String
Return Value
Type: System.String
A string representation of the ContractProxyBase<T> instance.