PrintTaskOptionDetails.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 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
A pointer to the list of options.