次の方法で共有


PrintTicketOption.GetPropertyValue(String, String) メソッド

定義

現在の印刷オプションのプロパティ要素に関連付けられている値を取得します。

public:
 virtual PrintTicketValue ^ GetPropertyValue(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetPropertyValue;
PrintTicketValue GetPropertyValue(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public PrintTicketValue GetPropertyValue(string name, string xmlNamespace);
function getPropertyValue(name, xmlNamespace)
Public Function GetPropertyValue (name As String, xmlNamespace As String) As PrintTicketValue

パラメーター

name
String

Platform::String

winrt::hstring

プロパティの正規名。

xmlNamespace
String

Platform::String

winrt::hstring

プロパティの XML 名前空間。

戻り値

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

適用対象