DatePickerFlyoutItem.GetCustomProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过指定属性名称检索 ICustomProperty 对象。
public:
virtual ICustomProperty ^ GetCustomProperty(Platform::String ^ name) = GetCustomProperty;
ICustomProperty GetCustomProperty(winrt::hstring const& name);
public ICustomProperty GetCustomProperty(string name);
function getCustomProperty(name)
Public Function GetCustomProperty (name As String) As ICustomProperty
参数
- name
-
String
Platform::String
winrt::hstring
属性的名称。
返回
自定义属性支持对象。
实现
M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(System.String)
M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(Platform::String)
M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(winrt::hstring)