IXsltContextVariable.IsParam Proprietà

Definizione

Ottiene un valore che indica se la variabile è un parametro XSLT (Extensible Stylesheet Language Transformations). Può trattarsi di un parametro per 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à

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

Si applica a