Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Sub SaveTest ( _
testId As TestId _
)
'使用
Dim instance As ITmi
Dim testId As TestId
instance.SaveTest(testId)
void SaveTest(
TestId testId
)
void SaveTest(
TestId^ testId
)
function SaveTest(
testId : TestId
)
Parameters
- testId
Type: Microsoft.VisualStudio.TestTools.Common.TestId
Permissions
- 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.