Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the set of loaded, registered adapter managers of type T
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.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: System.Collections.Generic.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.