共用方式為


IXsltContextVariable.IsParam 屬性

定義

取得值,表示變數是否為可延伸樣式表語言轉換 (XSLT) 參數。 它可以是樣式表或樣板的參數。

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

屬性值

Boolean

如果變數是 XSLT 參數,則為 true,否則為 false

適用於