Interface IStdMatchCollectionClass
Represents a collection of IStdMatchClass objects.
public interface IStdMatchCollectionClass
Methods
IStdMatchCollectionClass__getCount()
Gets the number of items in this collection.
RuntimeSemanticsEvaluationResult IStdMatchCollectionClass__getCount()
Returns
- RuntimeSemanticsEvaluationResult
A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.
IStdMatchCollectionClass__getItem(VBLongValue)
Gets the item at the specified index.
RuntimeSemanticsEvaluationResult IStdMatchCollectionClass__getItem(VBLongValue index)
Parameters
indexVBLongValueThe index of the match item to retrieve from the collection.
Returns
- RuntimeSemanticsEvaluationResult
A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.
Remarks
👉 This property is exposed as the default member of this class type.