PrintTicketOption.GetPropertyNode(String, String) Method

Definition

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

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

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

Applies to