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 快速访问。 默认提供程序连接点是用于建立和维护与使用者的连接的主接口。 集合中的任何其他提供程序连接点都向使用者提供辅助接口。

适用于

另请参阅