DatePickerFlyoutItem.GetCustomProperty(String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Recupera un objeto ICustomProperty especificando un nombre de propiedad.
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
Parámetros
- name
-
String
Platform::String
winrt::hstring
El nombre de la propiedad.
Devoluciones
Objeto de compatibilidad con la propiedad personalizada.
Implementaciones
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)