ExpressionBuilderContext.TemplateControl 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체에 ExpressionBuilder 대한 참조를 개체에 TemplateControl 제공합니다.
public:
property System::Web::UI::TemplateControl ^ TemplateControl { System::Web::UI::TemplateControl ^ get(); };
public System.Web.UI.TemplateControl TemplateControl { get; }
member this.TemplateControl : System.Web.UI.TemplateControl
Public ReadOnly Property TemplateControl As TemplateControl
속성 값
TemplateControl 이 식을 포함하는 항목입니다.
설명
식 작성기에서는 식 값을 평가하거나 구문 분석하기 위해 포함된 페이지에 대한 추가 정보가 필요할 수 있습니다.
또한 개체에 ExpressionBuilder 필요할 수 있는 페이지에 대한 정보를 제공합니다. 컨트롤의 인스턴스가 컨트롤 템플릿의 일부인 TemplateControl 경우 속성에는 포함하는 컨트롤에 대한 참조가 포함됩니다. 자세한 내용은 TemplateControl를 참조하세요.