IXsltContextFunction.Maxargs 属性

定义

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

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

属性值

Int32

函数的参数的最大数目。

适用于