IXsltContextFunction.Minargs 属性

定义

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

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

属性值

函数的参数的最小数目。

适用于