WorkflowPrintTicket.GetFeature(String, String) Method

Definition

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.

Applies to