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 합니다. 기본 공급자 연결 지점은 소비자와의 연결을 설정하고 유지하는 데 사용되는 기본 인터페이스입니다. 컬렉션의 다른 공급자 연결 지점은 소비자에게 보조 인터페이스를 제공합니다.

적용 대상

추가 정보