PrintTaskOptionDetails.DisplayedOptions Property

Definition

Gets the list of print task options that are currently displayed.

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A pointer to the list of options.

Implements

Applies to