ModelBus.GetRegisteredAdapterManagers<T> Method
Get the set of loaded, registered adapter managers of type T
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Function GetRegisteredAdapterManagers(Of T) As IEnumerable(Of T)
public IEnumerable<T> GetRegisteredAdapterManagers<T>()
public:
generic<typename T>
IEnumerable<T>^ GetRegisteredAdapterManagers()
member GetRegisteredAdapterManagers : unit -> IEnumerable<'T>
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type: IEnumerable<T>
Remarks
This is intended for clients hosting a ModelBus instance to be able to modify the state of loaded adapters. It should NOT be exposed on the IModelBus client interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.