IModuleCoverage.Functions Property
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property Functions As IFunctionCoverage()
IFunctionCoverage[] Functions { get; }
property array<IFunctionCoverage^>^ Functions {
array<IFunctionCoverage^>^ get ();
}
abstract Functions : IFunctionCoverage[] with get
function get Functions () : IFunctionCoverage[]
Property Value
Type: array<Microsoft.TeamFoundation.TestManagement.Client.IFunctionCoverage[]
Returns IFunctionCoverage.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.