Udostępnij za pośrednictwem


RemoteObjectAdapter.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 object represented by the RemoteObjectAdapter.

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

Syntax

'Declaration
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted := True)> _
Public Overrides Function RemoteToString As String
'Usage
Dim instance As RemoteObjectAdapter 
Dim returnValue As String 

returnValue = instance.RemoteToString()
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
public override string RemoteToString()
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)]
public:
virtual String^ RemoteToString() override
public override function RemoteToString() : String

Return Value

Type: System.String
A string representation of the object represented by the RemoteObjectAdapter.

Implements

IContract.RemoteToString()
IContract.RemoteToString()

See Also

Reference

RemoteObjectAdapter Class

RemoteObjectAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace