ProxyResolveEventArgs Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Provides data for the ProxyResolve and ProxyUnresolved events.

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 NotInheritable Class ProxyResolveEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ProxyResolveEventArgs
public sealed class ProxyResolveEventArgs : EventArgs
public ref class ProxyResolveEventArgs sealed : public EventArgs
public final class ProxyResolveEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Tools.Applications.ProxyResolveEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProxyResolveEventArgs Members

Microsoft.VisualStudio.Tools.Applications Namespace