PrintTicketOption.GetPropertyValue(String, String) Method

Definition

Gets the value associated with a property element of the current print option.

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

Parameters

name
String

Platform::String

winrt::hstring

The canonical name of the property.

xmlNamespace
String

Platform::String

winrt::hstring

The XML namespace of the property.

Returns

The value associated with the property.

Applies to