ProviderConnectionPointCollection.Default 屬性

定義

從與特定控制項關聯的提供者連接點集合中,取得預設連接點。

public:
 property System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ Default { System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ get(); };
public System.Web.UI.WebControls.WebParts.ProviderConnectionPoint Default { get; }
member this.Default : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
Public ReadOnly Property Default As ProviderConnectionPoint

屬性值

來自 ProviderConnectionPoint 的預設 ProviderConnectionPointCollection

備註

這個屬性可讓您快速存取集合內 ProviderConnectionPointCollection 預設連接點的提供者連接點。 預設提供者連接點是用來建立和維護與取用者連線的主要介面。 集合中任何其他提供者連接點都會提供次要介面給取用者。

適用於

另請參閱