Partager via


PrintTicketOption.GetPropertyValue(String, String) Méthode

Définition

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

public:
 virtual PrintTicketValue ^ GetPropertyValue(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetPropertyValue;
PrintTicketValue GetPropertyValue(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public PrintTicketValue GetPropertyValue(string name, string xmlNamespace);
function getPropertyValue(name, xmlNamespace)
Public Function GetPropertyValue (name As String, xmlNamespace As String) As PrintTicketValue

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

Valeur associée à la propriété.

S’applique à