Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 634 Bytes

icustompropertyprovider_getcustomproperty_550329437.md

File metadata and controls

26 lines (18 loc) · 634 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(System.String)
winrt method

Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty

-description

Gets a custom property's ICustomProperty support object by specifying a property name.

-parameters

-param name

The name of the property to get the support object for.

-returns

The returned support object for the custom property, or nullptr.

-remarks

-examples

-see-also