次の方法で共有


IXsltContextVariable.IsParam プロパティ

変数が、XSLT (Extensible Stylesheet Language Transformation) パラメータかどうかを示す値を取得します。これは、スタイル シートまたはテンプレートに対するパラメータになります。

ReadOnly Property IsParam As Boolean
[C#]
bool IsParam {get;}
[C++]
__property bool get_IsParam();
[JScript]
function get IsParam() : Boolean;

プロパティ値

変数が XSLT パラメータの場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IXsltContextVariable インターフェイス | IXsltContextVariable メンバ | System.Xml.Xsl 名前空間