ParameterDefinition Constructor (String, TestCaseParameterType)
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
localParamName As String, _
parameterType As TestCaseParameterType _
)
protected ParameterDefinition(
string localParamName,
TestCaseParameterType parameterType
)
protected:
ParameterDefinition(
String^ localParamName,
TestCaseParameterType parameterType
)
new :
localParamName:string *
parameterType:TestCaseParameterType -> ParameterDefinition
protected function ParameterDefinition(
localParamName : String,
parameterType : TestCaseParameterType
)
Parameters
- localParamName
Type: System.String
- parameterType
Type: Microsoft.TeamFoundation.TestManagement.Common.TestCaseParameterType
.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.