TemplatedControlDesigner.GetTemplateContainerDataItemProperty(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 la proprietà dell'elemento di dati del contenitore del modello.

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

Parametri

templateName
String

Nome del modello.

Restituisce

Stringa che rappresenta i dati.

Attributi

Commenti

Nota

Il GetTemplateContainerDataItemProperty 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