XsltFunctions.SystemProperty(XmlQualifiedName) Método

Definición

Implementa la system-property función XSLT 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

Valor de la propiedad del sistema especificada por .name

Se aplica a