PrintTaskOptions.DisplayedOptions Property
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.
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
The list of displayed options.