Compartilhar via


IModuleCoverage.Functions Propriedade

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

IFunctionCoverage[] Functions { get; }
property array<IFunctionCoverage^>^ Functions {
    array<IFunctionCoverage^>^ get();
}
abstract Functions : IFunctionCoverage[] with get
ReadOnly Property Functions As IFunctionCoverage()

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.IFunctionCoverage[]

Retorne IFunctionCoverage.

Consulte também

Interface IModuleCoverage
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo