Aracılığıyla paylaş


DataGridDesigner.GetTemplateContainerDataItemProperty(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 kapsayıcısının veri öğesi özelliğini alır.

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

Parametreler

templateName
String

Şablonun adı.

Döndürülenler

Şablonun kapsayıcısının veri öğesi özelliği.

Öznitelikler

Açıklamalar

GetTemplateContainerDataItemProperty yöntemi kullanımdan kaldırıldı. Şablon meta verilerine erişmek için bkz TemplateDefinition. .

Şunlara uygulanır

Ayrıca bkz.