CompositeFormat.MinimumArgumentCount 属性

定义

获取必须使用此 CompositeFormat格式设置操作的最小参数数。

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

属性值

注解

允许提供比此值更多的参数,但传递次数更少是错误的。

适用于