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 the specified title for the confirmation page.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride Sub AddPageTitle ( _
pageTitle As String _
)
public abstract void AddPageTitle(
string pageTitle
)
public:
virtual void AddPageTitle(
String^ pageTitle
) abstract
abstract AddPageTitle :
pageTitle:string -> unit
public abstract function AddPageTitle(
pageTitle : String
)
Parameters
pageTitle
Type: System.StringThe title to apply to the confirmation page.
.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.