PageNavigator.SetButtonText Method (ButtonType, String)
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub SetButtonText ( _
buttonType As ButtonType, _
text As String _
)
public void SetButtonText(
ButtonType buttonType,
string text
)
public:
virtual void SetButtonText(
ButtonType buttonType,
String^ text
) sealed
abstract SetButtonText :
buttonType:ButtonType *
text:string -> unit
override SetButtonText :
buttonType:ButtonType *
text:string -> unit
public final function SetButtonText(
buttonType : ButtonType,
text : String
)
Parameters
- buttonType
Type: Microsoft.TeamFoundation.Controls.WPF.ButtonType
- text
Type: System.String
Implements
IPageNavigator.SetButtonText(ButtonType, String)
.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.