Share via


LockScreenInfo.DetailText Property

Definition

Gets the detail text to display.

public:
 property IVectorView<Platform::String ^> ^ DetailText { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> DetailText();
public IReadOnlyList<string> DetailText { get; }
var iVectorView = lockScreenInfo.detailText;
Public ReadOnly Property DetailText As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The text.

Applies to