Aracılığıyla paylaş


TemplatedControlDesigner.GetTemplatePropertyParentType(String) Yöntem

Tanım

Dikkat

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

Şablon özelliğinin üst öğesinin türünü alır.

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

Parametreler

templateName
String

Üst öğe türünün döndürüleceği şablonun adı.

Döndürülenler

Şablon özelliğine sahip nesnenin türü.

Öznitelikler

Açıklamalar

Uyarı

GetTemplatePropertyParentType Yöntemi kullanımdan kaldırıldı. Templates Şablon tabanlı denetimler için tasarımcı içindeki TemplateGroups şablon meta verilerini incelemek için koleksiyon öğelerinin özelliğini kullanın.

Şunlara uygulanır

Ayrıca bkz.