Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Removes a results page from the playback UI.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Sub RemoveResultPage ( _
pageKey As Guid _
)
public void RemoveResultPage(
Guid pageKey
)
public:
void RemoveResultPage(
Guid pageKey
)
member RemoveResultPage :
pageKey:Guid -> unit
public function RemoveResultPage(
pageKey : Guid
)
Parameters
pageKey
Type: GuidThe identifier of the page to remove.
.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.