XsltFunctions.SystemProperty(XmlQualifiedName) Metodo

Definizione

Implementa la system-property funzione XSLT 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.

Valori restituiti

Valore della proprietà di sistema specificata da name.

Si applica a