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