DatePickerFlyoutItem.GetStringRepresentation メソッド

定義

実装が System.Object をサポートしていることを前提として、"GetStringFromObject" または "ToString" ロジックのサポートを提供します。 このロジックは、データ コンテンツに基づいて UI オートメーション値を生成するなどの機能またはサービスによってアクセスされる場合があります。

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

戻り値

String

Platform::String

winrt::hstring

指定された文字列。

実装

適用対象