Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 660 Bytes

icustompropertyprovider_getstringrepresentation_750703948.md

File metadata and controls

24 lines (15 loc) · 660 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetStringRepresentation
winrt method

Windows.UI.Xaml.Data.ICustomPropertyProvider.GetStringRepresentation

-description

Provides support for "GetStringFromObject" and/or "ToString" logic on the assumption that the implementation supports System.Object. This logic might be accessed by features or services such as generating UI Automation values based on data content.

-returns

The provided string.

-remarks

-examples

-see-also