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 命名空间。

返回

指定的打印功能对象。

适用于