ITmi.AddManagedTestStorage 메서드 (Object, String, TestType)
이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
특정 테스트 관리자 및 지정된 테스트 형식에 대해 제공된 테스트 저장 경로를 추가합니다.
네임스페이스: Microsoft.VisualStudio.TestTools.Common
어셈블리: Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)
구문
‘선언
Sub AddManagedTestStorage ( _
manager As Object, _
storagePath As String, _
testType As TestType _
)
void AddManagedTestStorage(
Object manager,
string storagePath,
TestType testType
)
void AddManagedTestStorage(
Object^ manager,
String^ storagePath,
TestType^ testType
)
abstract AddManagedTestStorage :
manager:Object *
storagePath:string *
testType:TestType -> unit
function AddManagedTestStorage(
manager : Object,
storagePath : String,
testType : TestType
)
매개 변수
manager
형식: Object지정된 경로의 테스트를 관리(로드, 저장, 업데이트 등)하는 개체입니다.
storagePath
형식: String관리되는 테스트를 포함하는 파일의 경로입니다. 단위 테스트를 포함하는 테스트 프로젝트의 DLL일 수 있습니다.
testType
형식: Microsoft.VisualStudio.TestTools.Common.TestTypeTestType 개체
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.