次の方法で共有


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 の既定の接続ポイントであるプロバイダー接続ポイントにすばやくアクセスできます。 既定のプロバイダー接続ポイントは、コンシューマーとの接続を確立および維持するために使用されるプライマリ インターフェイスです。 コレクション内の他のプロバイダー接続ポイントは、コンシューマーにセカンダリ インターフェイスを提供します。

適用対象

こちらもご覧ください