TypeInfrastructureManager.ProxyUnresolved Event
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Occurs when an add-in or host application receives a RemoteArgument that represents a proxy object from a component that is across a remoting boundary, and Visual Studio Tools for Applications cannot determine the type of the proxy object.
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 Event ProxyUnresolved As EventHandler(Of ProxyResolveEventArgs)
'Usage
Dim instance As TypeInfrastructureManager
Dim handler As EventHandler(Of ProxyResolveEventArgs)
AddHandler instance.ProxyUnresolved, handler
public event EventHandler<ProxyResolveEventArgs> ProxyUnresolved
public:
event EventHandler<ProxyResolveEventArgs^>^ ProxyUnresolved {
void add (EventHandler<ProxyResolveEventArgs^>^ value);
void remove (EventHandler<ProxyResolveEventArgs^>^ value);
}
JScript does not support events.
See Also
Reference
TypeInfrastructureManager Class