Share via


XsltFunctions.SystemProperty(XmlQualifiedName) Método

Definición

Implementa la función XSLT system-property según la especificación W3C.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static System::Xml::XPath::XPathItem ^ SystemProperty(System::Xml::XmlQualifiedName ^ name);
public static System.Xml.XPath.XPathItem SystemProperty (System.Xml.XmlQualifiedName name);
static member SystemProperty : System.Xml.XmlQualifiedName -> System.Xml.XPath.XPathItem
Public Shared Function SystemProperty (name As XmlQualifiedName) As XPathItem

Parámetros

name
XmlQualifiedName

Nombre de la propiedad del sistema.

Devoluciones

XPathItem

Valor de la propiedad del sistema especificada por name.

Se aplica a