WebPartTracker(WebPart, ProviderConnectionPoint) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
WebPartTracker sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- webPart
- WebPart
Döngüsel bağlantıları izlemek için denetim.
- providerConnectionPoint
- ProviderConnectionPoint
İle kullanılan bağlantı noktası webPart
.
Özel durumlar
webPart
veya providerConnectionPoint
sağlanmadı.
providerConnectionPoint
geçerli bir tür değil.