次の方法で共有


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

戻り値

scored プロパティに関連付けられている値。

適用対象