IPrintTaskOptionsCoreUIConfiguration.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 DisplayedOptions option for a print task.
public:
property IVector<Platform::String ^> ^ DisplayedOptions { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> DisplayedOptions();
public IList<string> DisplayedOptions { get; }
var iVector = iPrintTaskOptionsCoreUIConfiguration.displayedOptions;
Public ReadOnly Property DisplayedOptions As IList(Of String)
Property Value
The DisplayedOptions option.