다음을 통해 공유


ContextParameter 생성자 (String, String)

제공된 이름과 값을 사용하여 ContextParameter 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Sub New ( _
    parameterName As String, _
    parameterValue As String _
)
public ContextParameter(
    string parameterName,
    string parameterValue
)
public:
ContextParameter(
    String^ parameterName, 
    String^ parameterValue
)
new : 
        parameterName:string * 
        parameterValue:string -> ContextParameter
public function ContextParameter(
    parameterName : String, 
    parameterValue : String
)

매개 변수

.NET Framework 보안

참고 항목

참조

ContextParameter 클래스

ContextParameter 오버로드

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스