WorkflowPrintTicket.GetFeature(String, String) 方法

定義

取得指定的列印功能物件。

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

參數

name
String

Platform::String

winrt::hstring

列印功能的正式名稱。

xmlNamespace
String

Platform::String

winrt::hstring

列印功能的 XML 命名空間。

傳回

指定的列印功能物件。

適用於