TestObjectNotFoundException.Initialize Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Protected Sub Initialize ( _
id As Integer, _
objectType As ObjectTypes _
)
protected void Initialize(
int id,
ObjectTypes objectType
)
protected:
void Initialize(
int id,
ObjectTypes objectType
)
member Initialize :
id:int *
objectType:ObjectTypes -> unit
protected function Initialize(
id : int,
objectType : ObjectTypes
)
Parameters
- id
Type: Int32
- objectType
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
.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.