ICustomPropertyProvider.GetStringRepresentation Method

Definition

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.

public:
 Platform::String ^ GetStringRepresentation();
winrt::hstring GetStringRepresentation();
public string GetStringRepresentation();
function getStringRepresentation()
Public Function GetStringRepresentation () As String

Returns

String

Platform::String

winrt::hstring

The provided string.

Applies to