TemplatedControlDesigner.GetTemplatePropertyParentType(String) Metodo

Definizione

Attenzione

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

Ottiene il tipo dell'elemento padre della proprietà modello.

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

Parametri

templateName
String

Nome del modello per cui si deve restituire il tipo dell'elemento padre.

Restituisce

Tipo dell'oggetto che dispone della proprietà modello.

Attributi

Commenti

Nota

Il GetTemplatePropertyParentType metodo è obsoleto. Utilizzare la Templates proprietà degli elementi della TemplateGroups raccolta per esaminare i metadati del modello all'interno di una finestra di progettazione per i controlli basati su modelli.

Si applica a

Vedi anche