summaryM:DotNetNuke.ComponentModel.AbstractContainer.GetComponent(System.Type)

Namespace: DotNetNuke.ComponentModel
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public abstract Object GetComponent(
	Type contractType
)
Visual Basic
Public MustOverride Function GetComponent ( 
	contractType As Type
) As Object

Parameters

contractType
Type: System..::..Type
paramcontractTypeM:DotNetNuke.ComponentModel.AbstractContainer.GetComponent(System.Type)

Return Value

returnsM:DotNetNuke.ComponentModel.AbstractContainer.GetComponent(System.Type)

Implements

IContainer..::..GetComponent(Type)

See Also