다음을 통해 공유


DeclarativeCatalogPartDesigner.GetDesignTimeHtml 메서드

정의

컨트롤을 렌더링하지 않도록 부모 메서드를 재정의합니다.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

반환

빈 문자열("")이거나 GetEmptyDesignTimeHtml()의 값입니다.

설명

컨트롤과 연결된 이 없는 WebPartsTemplate 경우 디자이너는 컨트롤의 클래스 이름 및 인스턴스 이름이 있는 표준 회색 상자를 표시합니다. 그렇지 않으면 확인란과 웹 파트 제목이 자체 대신 에 의해 CatalogPartChrome 렌더링되므로 디자인 타임 렌더링이 DeclarativeCatalogPart 전혀 발생하지 않습니다.

적용 대상