RemoteObjectAdapter.GetRemoteType Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Returns the RemoteTypeAdapter associated with the current 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
Protected Function GetRemoteType As IRemoteTypeContract
'Usage
Dim returnValue As IRemoteTypeContract
returnValue = Me.GetRemoteType()
protected IRemoteTypeContract GetRemoteType()
protected:
IRemoteTypeContract^ GetRemoteType()
protected function GetRemoteType() : IRemoteTypeContract
Return Value
Type: System.AddIn.Contract.Automation.IRemoteTypeContract
The IRemoteTypeContract2 associated with the current RemoteObjectAdapter.