Share via


PrintTicketOption.GetScoredPropertyNode(String, String) Method

Definition

Gets the XML node of a scored property element of the current print option.

public:
 virtual IXmlNode ^ GetScoredPropertyNode(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetScoredPropertyNode;
IXmlNode GetScoredPropertyNode(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public IXmlNode GetScoredPropertyNode(string name, string xmlNamespace);
function getScoredPropertyNode(name, xmlNamespace)
Public Function GetScoredPropertyNode (name As String, xmlNamespace As String) As IXmlNode

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 XML node for the property element.

Applies to