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.
Note: This API is now obsolete.
Adds a configuration summary to a build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated. Please remove all references.", _
False)> _
Public Shared Function AddConfigurationSummary ( _
build As IBuildDetail, _
flavor As String, _
platform As String, _
logFile As String _
) As IConfigurationSummary
[ObsoleteAttribute("This method has been deprecated. Please remove all references.",
false)]
public static IConfigurationSummary AddConfigurationSummary(
IBuildDetail build,
string flavor,
string platform,
string logFile
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.",
false)]
public:
static IConfigurationSummary^ AddConfigurationSummary(
IBuildDetail^ build,
String^ flavor,
String^ platform,
String^ logFile
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.",
false)>]
static member AddConfigurationSummary :
build:IBuildDetail *
flavor:string *
platform:string *
logFile:string -> IConfigurationSummary
public static function AddConfigurationSummary(
build : IBuildDetail,
flavor : String,
platform : String,
logFile : String
) : IConfigurationSummary
Parameters
build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetailThe build.
flavor
Type: System.StringThe configuration of the build. For example, "Debug" or "Release".
platform
Type: System.StringThe platform of the configuration. For example "Any CPU" or "x86".
logFile
Type: System.StringThe full path of the log file that contains the errors and warnings for this configuration.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IConfigurationSummary
Returns the added 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