Share via


MsoDebugOptions_UTs.GetMatchingUnitTestsInCollection Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function GetMatchingUnitTestsInCollection ( _
    bstrCollectionName As String, _
    bstrUnitTestNameFilter As String _
) As MsoDebugOptions_UTs
'Usage
Dim instance As MsoDebugOptions_UTs
Dim bstrCollectionName As String
Dim bstrUnitTestNameFilter As String
Dim returnValue As MsoDebugOptions_UTs

returnValue = instance.GetMatchingUnitTestsInCollection(bstrCollectionName, _
    bstrUnitTestNameFilter)
MsoDebugOptions_UTs GetMatchingUnitTestsInCollection(
    string bstrCollectionName,
    string bstrUnitTestNameFilter
)

Parameters

Return Value

Type: Microsoft.Office.Core.MsoDebugOptions_UTs

See Also

Reference

MsoDebugOptions_UTs Interface

MsoDebugOptions_UTs Members

Microsoft.Office.Core Namespace