Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Does nothing by default.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public MustOverride Sub Save ( _
tests As ITestElement(), _
location As String, _
projectData As ProjectData _
)
public abstract void Save(
ITestElement[] tests,
string location,
ProjectData projectData
)
public:
virtual void Save(
array<ITestElement^>^ tests,
String^ location,
ProjectData^ projectData
) abstract
abstract Save :
tests:ITestElement[] *
location:string *
projectData:ProjectData -> unit
public abstract function Save(
tests : ITestElement[],
location : String,
projectData : ProjectData
)
Parameters
tests
Type: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]An array of ITestElement objects.
location
Type: StringA string that contains the path where the data is to be saved.
projectData
Type: Microsoft.VisualStudio.TestTools.Common.ProjectDataA ProjectData object.
Implements
ITip.Save(array<ITestElement[], String, ProjectData)
.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.