Dela via


AdapterResolveEventArgs.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 can be used to create an adapter.

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 AdapterResolveEventArgs 
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
A type infrastructure manager that can be used to create an adapter.

See Also

Reference

AdapterResolveEventArgs Class

AdapterResolveEventArgs Members

Microsoft.VisualStudio.Tools.Applications Namespace