DataGridDesigner.GetTemplatePropertyParentType メソッド
アセンブリ: System.Design (system.design.dll 内)
構文<ObsoleteAttribute("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 Overrides Function GetTemplatePropertyParentType ( _ templateName As String _ ) As Type
Dim instance As DataGridDesigner Dim templateName As String Dim returnValue As Type returnValue = instance.GetTemplatePropertyParentType(templateName)
[ObsoleteAttribute("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 Type GetTemplatePropertyParentType (
string templateName
)
[ObsoleteAttribute(L"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 ) override
/** @attribute ObsoleteAttribute("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 Type GetTemplatePropertyParentType ( String templateName )
ObsoleteAttribute("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 function GetTemplatePropertyParentType
(
templateName : String
) : Type
- templateName
テンプレートの名前。
指定したテンプレートの親に対応する Type。
解説GetTemplatePropertyParentType メソッドは今後使用しません。テンプレート メタデータにアクセスする方法については、「TemplateDefinition」を参照してください。
.NET Framework のセキュリティ
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- DataGridDesigner.GetTemplatePropertyParentType メソッドのページへのリンク