Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Function GetTestTypeSpecificData ( _
testType As TestType _
) As ITestTypeSpecificRunConfigurationData
'使用
Dim instance As TestRunConfiguration
Dim testType As TestType
Dim returnValue As ITestTypeSpecificRunConfigurationData
returnValue = instance.GetTestTypeSpecificData(testType)
public ITestTypeSpecificRunConfigurationData GetTestTypeSpecificData(
TestType testType
)
public:
ITestTypeSpecificRunConfigurationData^ GetTestTypeSpecificData(
TestType^ testType
)
public function GetTestTypeSpecificData(
testType : TestType
) : ITestTypeSpecificRunConfigurationData
Parameters
- testType
Type: Microsoft.VisualStudio.TestTools.Common.TestType
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
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.