TType
The type to get the registration for.
Intersoft ClientUI Documentation
GetRegistrations<TType>() Method
See Also  Send Feedback
Intersoft.Client.Framework.Containers Namespace > IDependencyRegistrar Interface > GetRegistrations Method : GetRegistrations<TType>() Method






Returns all registrations for the specified type.

Syntax

Visual Basic (Declaration) 
Overloads Function GetRegistrations(Of TType)() As IEnumerable(Of IRegistration)
Visual Basic (Usage)Copy Code
Dim instance As IDependencyRegistrar
Dim value As IEnumerable(Of IRegistration)
 
value = instance.GetRegistrations(Of TType)()
C# 
IEnumerable<IRegistration> GetRegistrations<TType>()
Delphi 
function GetRegistrations(): IEnumerable; 
JScript 
function GetRegistrations() : IEnumerable;
Managed Extensions for C++ 
IEnumerable<IRegistration*>* GetRegistrations<TType>(); 
C++/CLI 
IEnumerable<IRegistration^>^ GetRegistrationsgeneric<typename TType>
(); 

Type Parameters

TType
The type to get the registration for.

Return Value

A list of the registrations for the specified type

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.