다음을 통해 공유


TemplatedControlDesigner.GetTemplateContainerDataItemProperty(String) 메서드

정의

주의

Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202

템플릿 컨테이너의 데이터 항목 속성을 가져옵니다.

public:
 virtual System::String ^ GetTemplateContainerDataItemProperty(System::String ^ templateName);
public virtual string GetTemplateContainerDataItemProperty (string templateName);
[System.Obsolete("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetTemplateContainerDataItemProperty (string templateName);
abstract member GetTemplateContainerDataItemProperty : string -> string
override this.GetTemplateContainerDataItemProperty : string -> string
[<System.Obsolete("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member GetTemplateContainerDataItemProperty : string -> string
override this.GetTemplateContainerDataItemProperty : string -> string
Public Overridable Function GetTemplateContainerDataItemProperty (templateName As String) As String

매개 변수

templateName
String

템플릿의 이름입니다.

반환

데이터를 나타내는 문자열을 반환합니다.

특성

설명

참고

GetTemplateContainerDataItemProperty 메서드는 사용 되지 않습니다. Templates 컬렉션 요소의 TemplateGroups 속성을 사용하여 템플릿 기반 컨트롤에 대한 디자이너 내의 템플릿 메타데이터를 검사합니다.

적용 대상

추가 정보