Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected void Initialize(
int id,
ObjectTypes objectType
)
protected:
void Initialize(
int id,
ObjectTypes objectType
)
member Initialize :
id:int *
objectType:ObjectTypes -> unit
Protected Sub Initialize (
id As Integer,
objectType As ObjectTypes
)
Parameters
- id
Type: System.Int32
- objectType
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
See Also
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top