DatePickerFlyoutItem.GetCustomProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an ICustomProperty object by specifying a property name.
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
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the property.
Returns
The custom property support object.
Implements
M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(System.String)
M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(Platform::String)
M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(winrt::hstring)