次の方法で共有


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 名前空間。

戻り値

指定した印刷機能オブジェクト。

適用対象