This documentation is archived and is not being maintained.

ConfirmationBuilder::AddPageEntry Method

Adds a confirmation page entry that has the specified label and value.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
virtual void AddPageEntry(
	String^ label, 
	String^ value
) abstract

Parameters

label
Type: System::String

The label of the entry.

value
Type: System::String

The value of the entry.

Show: