ProviderConnectionPointCollection.Default 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從與特定控制項關聯的提供者連接點集合中,取得預設連接點。
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 預設連接點的提供者連接點。 預設提供者連接點是用來建立和維護與取用者連線的主要介面。 集合中的任何其他提供者連接點都會提供次要介面給取用者。