Intersoft ClientUI Documentation
GetRegistrations(Type) Method
See Also  Send Feedback
Intersoft.Client.Framework.Containers Namespace > IocContainer Class > GetRegistrations Method : GetRegistrations(Type) Method






type
The type to get the registration for.
Returns all registrations for the specified type.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetRegistrations( _
   ByVal type As Type _
) As IEnumerable(Of IRegistration)
Visual Basic (Usage)Copy Code
Dim instance As IocContainer
Dim type As Type
Dim value As IEnumerable(Of IRegistration)
 
value = instance.GetRegistrations(type)
C# 
public IEnumerable<IRegistration> GetRegistrations( 
   Type type
)
Delphi 
public function GetRegistrations( 
    type: Type
): IEnumerable; 
JScript 
public function GetRegistrations( 
   type : Type
) : IEnumerable;
Managed Extensions for C++ 
public: IEnumerable<IRegistration*>* GetRegistrations( 
   Type* type
) 
C++/CLI 
public:
IEnumerable<IRegistration^>^ GetRegistrations( 
   Type^ type
) 

Parameters

type
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.