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