IXsltContextFunction.Maxargs 属性

定义

获取函数的最大参数数。 这使用户能够区分重载函数。

public:
 property int Maxargs { int get(); };
public int Maxargs { get; }
member this.Maxargs : int
Public ReadOnly Property Maxargs As Integer

属性值

函数的最大参数数。

适用于