Click or drag to resize

BcfFaultViewCollectionTFaultViewItem Property

[This is preliminary documentation and is subject to change.]

Gets the fault-view at the specified index.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public TFaultView this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Return Value

Type: TFaultView
The fault-view at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index.
Version Information

BCF

Supported in: 4.0
See Also