Compartir a través de


PrintTicketOption.GetScoredPropertyValue(String, String) Método

Definición

Obtiene el valor asociado a un elemento de propiedad puntuado de la opción de impresión actual.

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

Parámetros

name
String

Platform::String

winrt::hstring

Nombre canónico de la propiedad puntuada.

xmlNamespace
String

Platform::String

winrt::hstring

Espacio de nombres XML de la propiedad puntuada.

Devoluciones

Valor asociado a la propiedad puntuada.

Se aplica a