PrintTicketOption.GetScoredPropertyValue(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與目前列印選項之評分屬性專案相關聯的值。
public:
virtual PrintTicketValue ^ GetScoredPropertyValue(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetScoredPropertyValue;
PrintTicketValue GetScoredPropertyValue(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public PrintTicketValue GetScoredPropertyValue(string name, string xmlNamespace);
function getScoredPropertyValue(name, xmlNamespace)
Public Function GetScoredPropertyValue (name As String, xmlNamespace As String) As PrintTicketValue
參數
- name
-
String
Platform::String
winrt::hstring
評分屬性的正式名稱。
- xmlNamespace
-
String
Platform::String
winrt::hstring
評分屬性的 XML 命名空間。
傳回
與評分屬性相關聯的值。