IMessageBoxService Interface
An interface for the message box service.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Interface IMessageBoxService
public interface IMessageBoxService
public interface class IMessageBoxService
type IMessageBoxService = interface end
public interface IMessageBoxService
The IMessageBoxService type exposes the following members.
Methods
Name | Description | |
---|---|---|
Show | ||
ShowError | ||
ShowException | ||
ShowInformation | ||
ShowWarning |
Top