次の方法で共有


ConsumerConnectionPointCollection.Default プロパティ

定義

コンシューマーの既定の接続ポイントを取得します。

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

プロパティ値

既定の ConsumerConnectionPoint

注釈

このプロパティを使用すると、既定の接続ポイントであるコレクション内のコンシューマー接続ポイントをすばやく見つけることができます。

適用対象