PrintTicketOption.GetScoredPropertyValue(String, String) Method

Definition

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

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

Parameters

name
String

Platform::String

winrt::hstring

The canonical name of the scored property.

xmlNamespace
String

Platform::String

winrt::hstring

The XML namespace of the scored property.

Returns

The value associated with the scored property.

Applies to