WebTestResultViewer.AddResultPage 方法
将结果页添加到播放用户界面 (UI)。
命名空间: Microsoft.VisualStudio.TestTools.LoadTesting
程序集: Microsoft.VisualStudio.QualityTools.LoadTestPackage(在 Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll 中)
语法
声明
Public Sub AddResultPage ( _
pageKey As Guid, _
name As String, _
control As UserControl _
)
public void AddResultPage(
Guid pageKey,
string name,
UserControl control
)
public:
void AddResultPage(
Guid pageKey,
String^ name,
UserControl^ control
)
member AddResultPage :
pageKey:Guid *
name:string *
control:UserControl -> unit
public function AddResultPage(
pageKey : Guid,
name : String,
control : UserControl
)
参数
pageKey
类型:Guid要添加的页的 ID。
name
类型:String要添加的页的名称。
control
类型:UserControl要添加到结果的新建选项卡的用户控件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。