ComponentFactory.GetComponentCreator Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetComponentCreator ( _
    version As Integer, _
    minVersion As Integer _
) As IComponentCreator
public IComponentCreator GetComponentCreator(
    int version,
    int minVersion
)
public:
IComponentCreator^ GetComponentCreator(
    int version, 
    int minVersion
)
member GetComponentCreator : 
        version:int * 
        minVersion:int -> IComponentCreator
public function GetComponentCreator(
    version : int, 
    minVersion : int
) : IComponentCreator

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.IComponentCreator
Returns IComponentCreator.

.NET Framework Security

See Also

Reference

ComponentFactory Class

Microsoft.TeamFoundation.Framework.Server Namespace