Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a configuration summary from the specified build information node.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetConfigurationSummary ( _
buildInformationNode As IBuildInformationNode _
) As IConfigurationSummary
public static IConfigurationSummary GetConfigurationSummary(
IBuildInformationNode buildInformationNode
)
public:
static IConfigurationSummary^ GetConfigurationSummary(
IBuildInformationNode^ buildInformationNode
)
static member GetConfigurationSummary :
buildInformationNode:IBuildInformationNode -> IConfigurationSummary
public static function GetConfigurationSummary(
buildInformationNode : IBuildInformationNode
) : IConfigurationSummary
Parameters
- buildInformationNode
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationNode
The build information node from which to get a configuration summary.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IConfigurationSummary
The configuration summary.
.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.
See Also
Reference
InformationNodeConverters Class