ProxyResolveEventArgs.TypeInfrastructureManager Property
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets the type infrastructure manager that is the source of the 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 ReadOnly Property TypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim instance As ProxyResolveEventArgs
Dim value As TypeInfrastructureManager
value = instance.TypeInfrastructureManager
public TypeInfrastructureManager TypeInfrastructureManager { get; }
public:
property TypeInfrastructureManager^ TypeInfrastructureManager {
TypeInfrastructureManager^ get ();
}
public function get TypeInfrastructureManager () : TypeInfrastructureManager
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager
The type infrastructure manager that is the source of the ProxyResolve or ProxyUnresolved event.