Interface IStdSubMatchesClass
Explicitly duplicates IStdMatchCollectionClass.
public interface IStdSubMatchesClass
Methods
IStdSubMatchesClass__getCount()
Gets the number of items in this collection.
RuntimeSemanticsEvaluationResult IStdSubMatchesClass__getCount()
Returns
- RuntimeSemanticsEvaluationResult
A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.
IStdSubMatchesClass__getItem(VBLongValue)
Gets the item at the specified index.
RuntimeSemanticsEvaluationResult IStdSubMatchesClass__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.