다음을 통해 공유


WebPartManager.CreateDynamicConnectionID 메서드

정의

동적 연결의 ID 역할을 하는 고유 값을 가져옵니다.

protected:
 virtual System::String ^ CreateDynamicConnectionID();
protected virtual string CreateDynamicConnectionID ();
abstract member CreateDynamicConnectionID : unit -> string
override this.CreateDynamicConnectionID : unit -> string
Protected Overridable Function CreateDynamicConnectionID () As String

반환

연결의 고유 ID가 포함된 문자열입니다.

설명

메서드는 CreateDynamicConnectionID GUID 값을 생성하고 연결에 대한 고유 ID로 사용할 문자열로 변환합니다. 메서드는 동적 연결을 만들 때마다 호출됩니다.

상속자 참고

개발자는 파생 WebPartManager 클래스에서 이 메서드를 재정의하여 고유 ID를 생성하기 위한 구현을 변경할 수 있습니다.

적용 대상

추가 정보