다음을 통해 공유


DataGridDesigner.GetTemplatePropertyParentType(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

지정된 템플릿의 부모에 해당하는 Type 개체를 가져옵니다.

public:
 override Type ^ GetTemplatePropertyParentType(System::String ^ templateName);
public override Type GetTemplatePropertyParentType (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 override Type GetTemplatePropertyParentType (string templateName);
override this.GetTemplatePropertyParentType : string -> Type
[<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")>]
override this.GetTemplatePropertyParentType : string -> Type
Public Overrides Function GetTemplatePropertyParentType (templateName As String) As Type

매개 변수

templateName
String

템플릿의 이름입니다.

반환

지정된 템플릿의 부모에 해당하는 Type입니다.

특성

설명

GetTemplatePropertyParentType 메서드는 사용 되지 않습니다. 템플릿 메타데이터에 액세스하려면 을 참조하세요 TemplateDefinition.

적용 대상

추가 정보