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
- version
Type: System.Int32
- minVersion
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.IComponentCreator
Returns IComponentCreator.
.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.