InformationNodeConverters.GetCustomSummaryInformation-Methode
Konvertiert einen einzelnen Informationsknoten des Typs CustomSummaryInformation in ein ICustomSummaryInformations-Objekt.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetCustomSummaryInformation ( _
node As IBuildInformationNode _
) As ICustomSummaryInformation
public static ICustomSummaryInformation GetCustomSummaryInformation(
IBuildInformationNode node
)
Parameter
- node
Typ: Microsoft.TeamFoundation.Build.Client.IBuildInformationNode
Der Buildinformationsknoten.
Rückgabewert
Typ: Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation
Der benutzerdefinierte Kurzinformationenknoten.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.