PrintTicketOption.GetScoredPropertyNode(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nœud XML d’un élément de propriété noté de l’option d’impression actuelle.
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
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom canonique de la propriété notée.
- xmlNamespace
-
String
Platform::String
winrt::hstring
Espace de noms XML de la propriété notée.
Retours
Nœud XML de l’élément de propriété.