Share via


XsltFunctions.SystemProperty(XmlQualifiedName) Metodo

Definizione

Implementa la funzione XSLT system-property in base alla specifica W3C.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

name
XmlQualifiedName

Nome della proprietà di sistema.

Restituisce

XPathItem

Valore della proprietà di sistema specificata da name.

Si applica a