DataGridDesigner.GetTemplateContainerDataItemProperty(String) Methode

Definitie

Let op

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

Hiermee haalt u de eigenschap van het gegevensitem van de sjablooncontainer op.

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

Parameters

templateName
String

De naam van de sjabloon.

Retouren

De eigenschap van het gegevensitem van de container van de sjabloon.

Kenmerken

Opmerkingen

De GetTemplateContainerDataItemProperty methode is verouderd. Zie TemplateDefinitionvoor toegang tot de metagegevens van de sjabloon.

Van toepassing op

Zie ook