PrintTicketCapabilities.GetFeature(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的列印功能物件。
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 命名空間。
傳回
指定的列印功能物件。