共用方式為


PrintTicketOption.GetScoredPropertyValue(String, String) 方法

定義

取得與目前列印選項之評分屬性專案相關聯的值。

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

傳回

與評分屬性相關聯的值。

適用於