IXsltContextVariable.IsParam Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si la variable est un paramètre XSLT (Extensible Stylesheet Language Transformation). Il peut s'agir d'un paramètre d'une feuille de style ou d'un modèle.
public:
property bool IsParam { bool get(); };
public bool IsParam { get; }
member this.IsParam : bool
Public ReadOnly Property IsParam As Boolean
Valeur de propriété
true
si la variable est un paramètre XSLT ; sinon, false
.