Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the TestMessageLogEntryIdentity structure.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
testMessageLogId As Integer, _
entryId As Integer _
)
public TestMessageLogEntryIdentity(
int testMessageLogId,
int entryId
)
public:
TestMessageLogEntryIdentity(
int testMessageLogId,
int entryId
)
new :
testMessageLogId:int *
entryId:int -> TestMessageLogEntryIdentity
public function TestMessageLogEntryIdentity(
testMessageLogId : int,
entryId : int
)
Parameters
testMessageLogId
Type: Int32The ID for the test message log.
entryId
Type: Int32The ID for the log entry.
.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.