Teilen über


DataGridDesigner.GetTemplateContainerDataItemProperty(String) Methode

Definition

Achtung

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

Ruft die Datenelementeigenschaft des Vorlagencontainers ab.

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

Parameter

templateName
String

Der Name der Vorlage.

Gibt zurück

Die Datenelementeigenschaft des Vorlagencontainers.

Attribute

Hinweise

Die GetTemplateContainerDataItemProperty -Methode ist veraltet. Informationen zum Zugreifen auf die Vorlagenmetadaten finden Sie unter TemplateDefinition.

Gilt für:

Weitere Informationen