PexSettingsAttributeBase.MaxSequenceLength Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Именованный параметр, указывающий максимальное количество вызовов методов, которые можно выполнить для создания объекта заданного типа.
public:
property int MaxSequenceLength { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(2)]
[System.ComponentModel.Description("Maximum number of method calls that may be performed to construct an object of a given type; only applies when no custom exploration strategy is configured")]
public int MaxSequenceLength { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(2)>]
[<System.ComponentModel.Description("Maximum number of method calls that may be performed to construct an object of a given type; only applies when no custom exploration strategy is configured")>]
member this.MaxSequenceLength : int with get, set
Public Property MaxSequenceLength As Integer
Значение свойства
Максимальное количество вызовов методов.
- Атрибуты
Комментарии
Этот параметр применяется только в том случае, если не настроена пользовательская стратегия исследования.