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