Share via


ITmi.AddManagedTestStorage Method (Object, String)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Adds a test storage path of a specific test manager.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Sub AddManagedTestStorage ( _
    manager As Object, _
    storagePath As String _
)
void AddManagedTestStorage(
    Object manager,
    string storagePath
)
void AddManagedTestStorage(
    Object^ manager, 
    String^ storagePath
)
abstract AddManagedTestStorage : 
        manager:Object * 
        storagePath:string -> unit 
function AddManagedTestStorage(
    manager : Object, 
    storagePath : String
)

Parameters

  • 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.

.NET Framework Security

See Also

Reference

ITmi Interface

AddManagedTestStorage Overload

Microsoft.VisualStudio.TestTools.Common Namespace