Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Adds the provided test storage path of a specific test manager and specified test type.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
'Declaration
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
Type: System.Object
The object that manages (loads, saves, updates, etc.) tests in the specified path.
- storagePath
Type: System.String
The path of the file that contains the tests that are managed. Can be a DLL from a test project that contains unit tests.
- testType
Type: Microsoft.VisualStudio.TestTools.Common.TestType
A TestType object.
- 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.
AddManagedTestStorage Overload