IXsltContextVariable.IsParam Proprietà

Definizione

Ottiene un valore che indica se la variabile è un parametro XSLT (Extensible Stylesheet Language Transformation). Può essere un parametro di un foglio di stile o un modello.

public:
 property bool IsParam { bool get(); };
public bool IsParam { get; }
member this.IsParam : bool
Public ReadOnly Property IsParam As Boolean

Valore della proprietà

Boolean

true se la variabile è un parametro XSLT. In caso contrario, false.

Si applica a