WebPartTracker(WebPart, ProviderConnectionPoint) 构造函数

定义

初始化 WebPartTracker 类的新实例。

public:
 WebPartTracker(System::Web::UI::WebControls::WebParts::WebPart ^ webPart, System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ providerConnectionPoint);
public WebPartTracker(System.Web.UI.WebControls.WebParts.WebPart webPart, System.Web.UI.WebControls.WebParts.ProviderConnectionPoint providerConnectionPoint);
new System.Web.UI.WebControls.WebParts.WebPartTracker : System.Web.UI.WebControls.WebParts.WebPart * System.Web.UI.WebControls.WebParts.ProviderConnectionPoint -> System.Web.UI.WebControls.WebParts.WebPartTracker
Public Sub New (webPart As WebPart, providerConnectionPoint As ProviderConnectionPoint)

参数

webPart
WebPart

用于跟踪循环连接的控件。

providerConnectionPoint
ProviderConnectionPoint

与 .一起使用 webPart的连接点。

例外

webPartproviderConnectionPoint 未提供。

providerConnectionPoint 不是有效的类型。

适用于