Partager via


PrintTicketOption.GetScoredPropertyValue(String, String) Méthode

Définition

Obtient la valeur associée à un élément de propriété noté de l’option d’impression actuelle.

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

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

Valeur associée à la propriété notée.

S’applique à