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

返回

与 属性关联的值。

适用于