PrintTaskOptions.DisplayedOptions Property

Definition

Gets the list of options displayed for the print experience.

public:
 property IVector<Platform::String ^> ^ DisplayedOptions { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> DisplayedOptions();
public IList<string> DisplayedOptions { get; }
var iVector = printTaskOptions.displayedOptions;
Public ReadOnly Property DisplayedOptions As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of displayed options.

Implements

Applies to