共用方式為


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

傳回

與屬性相關聯的值。

適用於