PrintTicketFeature.GetOption(String, String) Method
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 specified print feature option object.
public:
virtual PrintTicketOption ^ GetOption(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetOption;
PrintTicketOption GetOption(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public PrintTicketOption GetOption(string name, string xmlNamespace);
function getOption(name, xmlNamespace)
Public Function GetOption (name As String, xmlNamespace As String) As PrintTicketOption
Parameters
- name
-
String
Platform::String
winrt::hstring
The canonical name of the print feature option.
- xmlNamespace
-
String
Platform::String
winrt::hstring
The XML namespace of the print feature option.
Returns
The specified print feature option object.