AdapterResolveEventArgs 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 AdapterResolve event.
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 AdapterResolveEventArgs _
Inherits EventArgs
'Usage
Dim instance As AdapterResolveEventArgs
public sealed class AdapterResolveEventArgs : EventArgs
public ref class AdapterResolveEventArgs sealed : public EventArgs
public final class AdapterResolveEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Tools.Applications.AdapterResolveEventArgs
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.