Udostępnij za pośrednictwem


EntryPointHostAdapter.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 TypeInfrastructureManager.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)

Syntax

'Declaration
Protected ReadOnly Property TypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim value As TypeInfrastructureManager 

value = Me.TypeInfrastructureManager
protected TypeInfrastructureManager TypeInfrastructureManager { get; }
protected:
property TypeInfrastructureManager^ TypeInfrastructureManager {
    TypeInfrastructureManager^ get ();
}
protected function get TypeInfrastructureManager () : TypeInfrastructureManager

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager
The TypeInfrastructureManager for the host adapter.

.NET Framework Security

See Also

Reference

EntryPointHostAdapter Class

EntryPointHostAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace