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 名前空間。
戻り値
scored プロパティに関連付けられている値。