gpt4 book ai didi

windows-runtime - 在 Windows 应用商店应用中获取 DependencyProperty 的名称

转载 作者:行者123 更新时间:2023-12-01 06:33:27 24 4
gpt4 key购买 nike

假设我有一个 DependencyProperty ,我想要它的字符串名称。在 .NET Framework 中,我只能访问 Name DependencyProperty 的属性。例如,我可以这样做:

string propertyName = FrameworkElement.VisibilityProperty.Name;
DependencyPropertyWindows 应用商店版 doesn't seem to have a Name property .

什么是获得名称的好方法?

最佳答案

我没有测试过这个,但也许

myDependencyProperty.GetType().GetTypeInfo().Name

或者
myDependencyProperty.GetType().GetTypeInfo().GetDeclaredProperty("name")

关于windows-runtime - 在 Windows 应用商店应用中获取 DependencyProperty 的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17911985/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com