Compartir a través de


PrintTicketOption.GetPropertyValue(String, String) Método

Definición

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

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

Parámetros

name
String

Platform::String

winrt::hstring

Nombre canónico de la propiedad.

xmlNamespace
String

Platform::String

winrt::hstring

Espacio de nombres XML de la propiedad .

Devoluciones

Valor asociado a la propiedad.

Se aplica a