ITestPointHelper.UnblockTestPoints-Methode
Hebt die Blockierung von angegebenen Testpunkten auf. Dies bedeutet für diese Testpunkte, dass der TestPointState "Bereit" ist. Die TestPointHistory wird aktualisiert.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub UnblockTestPoints ( _
pointsToUnblock As ITestPoint() _
)
void UnblockTestPoints(
ITestPoint[] pointsToUnblock
)
void UnblockTestPoints(
array<ITestPoint^>^ pointsToUnblock
)
abstract UnblockTestPoints :
pointsToUnblock:ITestPoint[] -> unit
function UnblockTestPoints(
pointsToUnblock : ITestPoint[]
)
Parameter
pointsToUnblock
Typ: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPoint[]Die Punkte, der Blockierung aufzuheben ist.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.