System::Xml::Xsl::IXsltContextVariable::get_IsParam 方法

IXsltContextVariable::get_IsParam method

返回一个值,指示该变量是否为可扩展样式表语言转换 (XSLT) 参数。这可以是样式表或模板的参数。

virtual bool System::Xml::Xsl::IXsltContextVariable::get_IsParam()=0

ReturnValue

true if the variable is an XSLT parameter; otherwise, false.

另见