Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public MustOverride Sub AddPageEntry ( _
    label As String, _
    value As String _
)
public abstract void AddPageEntry(
    string label,
    string value
)
public:
virtual void AddPageEntry(
    String^ label, 
    String^ value
) abstract
abstract AddPageEntry : 
        label:string * 
        value:string -> unit
public abstract function AddPageEntry(
    label : String, 
    value : String
)
Parameters
- label 
 Type: System.String- The label of the entry. 
- value 
 Type: System.String- The value of the entry. 
.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.