XsltFunctions.SystemProperty(XmlQualifiedName) Metoda

Definicja

Implementuje system-property funkcję XSLT zgodnie ze specyfikacją W3C.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

name
XmlQualifiedName

Nazwa właściwości systemowej.

Zwraca

XPathItem

Wartość właściwości systemowej określonej name przez .

Dotyczy