Partager via


PrintTicketOption.GetPropertyNode(String, String) Méthode

Définition

Obtient le nœud XML d’un élément de propriété de l’option d’impression actuelle.

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

Paramètres

name
String

Platform::String

winrt::hstring

Nom canonique de la propriété.

xmlNamespace
String

Platform::String

winrt::hstring

Espace de noms XML de la propriété .

Retours

Nœud XML de l’élément de propriété.

S’applique à