ICustomPropertyProvider.GetStringRepresentation 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.
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
The provided string.